From a40607f7afa163c7ad89715b2aaa76c82e59cd00 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 25 Apr 2022 21:01:28 +0800 Subject: [PATCH] cpufetch: update meta.license --- pkgs/tools/misc/cpufetch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/cpufetch/default.nix b/pkgs/tools/misc/cpufetch/default.nix index 80909d63e35..1407f875b21 100644 --- a/pkgs/tools/misc/cpufetch/default.nix +++ b/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 ];