about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-13 11:16:40 +0200
committerGitHub <noreply@github.com>2023-06-13 11:16:40 +0200
commit497836e4ad37b48fe9a446791fa1948e7fa7fde9 (patch)
tree41e441d1dc42bb1b0a9dd23b3051894bd9dee9d3 /pkgs/applications
parent96ce8d59649f20c21b01f146bcd6b37aa14cd59e (diff)
parent315f2062961332d914e82c990e5741df7f3eac90 (diff)
Merge pull request #237524 from Icy-Thought/upscayl
upscayl: license updated to agpl3Plus
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/upscayl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/upscayl/default.nix b/pkgs/applications/graphics/upscayl/default.nix
index f4ec256aecb8a..84d33fa741ae4 100644
--- a/pkgs/applications/graphics/upscayl/default.nix
+++ b/pkgs/applications/graphics/upscayl/default.nix
@@ -36,7 +36,7 @@ in
       description = "Free and Open Source AI Image Upscaler";
       homepage = "https://upscayl.github.io/";
       maintainers = with maintainers; [icy-thought];
-      license = licenses.agpl3Only;
+      license = licenses.agpl3Plus;
       platforms = platforms.linux;
     };
   }