mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
icnsify: update license to gpl3Only
This commit is contained in:
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
|
||||
meta = {
|
||||
description = "Convert PNGs to .icns";
|
||||
homepage = "https://github.com/uncenter/icnsify";
|
||||
license = lib.licenses.mit;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ uncenter ];
|
||||
mainProgram = "icnsify";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user