cpufetch: update meta.license

main
Bobby Rong 2 years ago committed by GitHub
parent 99413d0f20
commit a40607f7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/misc/cpufetch/default.nix

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simplistic yet fancy CPU architecture fetching tool";
license = licenses.mit;
license = licenses.gpl2Only;
homepage = "https://github.com/Dr-Noob/cpufetch";
changelog = "https://github.com/Dr-Noob/cpufetch/releases/tag/v${version}";
maintainers = with maintainers; [ devhell ];

Loading…
Cancel
Save