about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-21 20:24:20 +0100
committerGitHub <noreply@github.com>2024-03-21 20:24:20 +0100
commit65cbb455e3302af922a9e1f24362d1b558f37101 (patch)
tree93130621f8606e5c8bb3ee6cc2178b130f9fe902 /pkgs/applications/graphics
parent9ef9859c80979bbe6cec08acfdedb10fbdd7fb7a (diff)
parent82b45bf4547f4d705663e4d2593ac78e24a5d094 (diff)
Merge pull request #297173 from Lurkki14/agpl3
treewide: remove licenses.agpl3
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pikopixel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/pikopixel/default.nix b/pkgs/applications/graphics/pikopixel/default.nix
index 5868705275086..c65353143368f 100644
--- a/pkgs/applications/graphics/pikopixel/default.nix
+++ b/pkgs/applications/graphics/pikopixel/default.nix
@@ -42,7 +42,7 @@ clangStdenv.mkDerivation rec {
     mainProgram = "PikoPixel";
     homepage = "https://twilightedge.com/mac/pikopixel/";
     downloadPage = "https://twilightedge.com/mac/pikopixel/";
-    license = licenses.agpl3;
+    license = licenses.agpl3Plus;
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;
   };