icnsify: update license to gpl3Only (#527990)

This commit is contained in:
Marcin Serwin
2026-06-04 17:01:54 +00:00
committed by GitHub
+1 -1
View File
@@ -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";
};