about summary refs log tree commit diff
path: root/pkgs/by-name/an
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-16 22:13:30 +0200
committerh7x4 <h7x4@nani.wtf>2024-06-16 22:13:30 +0200
commit53cede6f86f67e48a18fa17b38ba6b6c671bc96a (patch)
tree73c3be1cc89d69d075efb6320785a59dfe326be0 /pkgs/by-name/an
parent6ffa5d7cba9ab84aba4dde0cd4d6b9d0adf19f05 (diff)
ananicy-cpp: fix license
Diffstat (limited to 'pkgs/by-name/an')
-rw-r--r--pkgs/by-name/an/ananicy-cpp/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/an/ananicy-cpp/package.nix b/pkgs/by-name/an/ananicy-cpp/package.nix
index 36f56c6dffaf1..8d3416f69c57c 100644
--- a/pkgs/by-name/an/ananicy-cpp/package.nix
+++ b/pkgs/by-name/an/ananicy-cpp/package.nix
@@ -75,7 +75,7 @@ clangStdenv.mkDerivation rec {
   meta = {
     homepage = "https://gitlab.com/ananicy-cpp/ananicy-cpp";
     description = "Rewrite of ananicy in c++ for lower cpu and memory usage";
-    license = lib.licenses.gpl3Only;
+    license = lib.licenses.gpl3Plus;
     platforms = lib.platforms.linux;
     maintainers = with lib.maintainers; [
       artturin