cpufetch: update meta.license

authored by Bobby Rong and committed by GitHub a40607f7 99413d0f

+1 -1
+1 -1
pkgs/tools/misc/cpufetch/default.nix
··· 32 33 meta = with lib; { 34 description = "Simplistic yet fancy CPU architecture fetching tool"; 35 - license = licenses.mit; 36 homepage = "https://github.com/Dr-Noob/cpufetch"; 37 changelog = "https://github.com/Dr-Noob/cpufetch/releases/tag/v${version}"; 38 maintainers = with maintainers; [ devhell ];
··· 32 33 meta = with lib; { 34 description = "Simplistic yet fancy CPU architecture fetching tool"; 35 + license = licenses.gpl2Only; 36 homepage = "https://github.com/Dr-Noob/cpufetch"; 37 changelog = "https://github.com/Dr-Noob/cpufetch/releases/tag/v${version}"; 38 maintainers = with maintainers; [ devhell ];