Commit 13fc298

HPCesia <me@hpcesia.com>
2026-06-26 12:49:11
fix: GPL licences default to only instead of plus
1 parent 608325b
Changed files (5)
pkgs
kelivo
localbooru-bin
mo2-lint
nocturne
shimmie2
pkgs/kelivo/default.nix
@@ -58,7 +58,7 @@ flutter338.buildFlutterApplication {
   meta = {
     description = "LLM chat client";
     homepage = "https://github.com/Chevey339/kelivo";
-    license = lib.licenses.agpl3Plus;
+    license = lib.licenses.agpl3Only;
     platforms = ["x86_64-linux" "aarch64-linux"];
   };
 }
pkgs/localbooru-bin/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/resucutie/localbooru";
     mainProgram = "localbooru";
     platforms = ["x86_64-linux"];
-    license = lib.licenses.gpl3Plus;
+    license = lib.licenses.gpl3Only;
     sourceProvenance = with lib.sourceTypes; [binaryNativeCode];
   };
 }
pkgs/mo2-lint/default.nix
@@ -209,7 +209,7 @@
     meta = {
       description = "An easy-to-use Mod Organizer 2 installer for Linux, rewrited in Python.";
       homepage = "https://github.com/Furglitch/modorganizer2-linux-installer";
-      licence = lib.licenses.gpl3Plus;
+      licence = lib.licenses.gpl3Only;
       platforms = ["x86_64-linux"];
     };
   });
pkgs/nocturne/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "An Adwaita Music Player / Library Manager ";
     homepage = "https://github.com/Jeffser/Nocturne";
-    license = licenses.gpl3Plus;
+    license = licenses.gpl3Only;
     platforms = platforms.linux;
   };
 }
pkgs/shimmie2/unwrapped.nix
@@ -24,7 +24,7 @@
     meta = {
       description = "An easy-to-install community image gallery (aka booru)";
       homepage = "https://github.com/shish/shimmie2";
-      licence = lib.licenses.gpl2Plus;
+      licence = lib.licenses.gpl2Only;
       platforms = lib.platforms.linux;
     };
   })