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 32 33 33 meta = with lib; { 34 34 description = "Simplistic yet fancy CPU architecture fetching tool"; 35 - license = licenses.mit; 35 + license = licenses.gpl2Only; 36 36 homepage = "https://github.com/Dr-Noob/cpufetch"; 37 37 changelog = "https://github.com/Dr-Noob/cpufetch/releases/tag/v${version}"; 38 38 maintainers = with maintainers; [ devhell ];