Commit a53fb04

HPCesia <me@hpcesia.com>
2026-05-12 14:14:29
fix: mo2-lint license
1 parent 7dda654
Changed files (1)
pkgs
mo2-lint
pkgs/mo2-lint/default.nix
@@ -9,7 +9,6 @@
   unzip,
   makeWrapper,
   protontricks,
-  killall,
 }: let
   mo2-lint-src = fetchFromGitHub {
     owner = "Furglitch";
@@ -178,7 +177,7 @@
     meta = {
       description = "An easy-to-use Mod Organizer 2 installer for Linux, rewrited in Python.";
       homepage = "https://github.com/Furglitch/modorganizer2-linux-installer/tree/rewrite";
-      licence = lib.licenses.gpl3Only;
+      licence = lib.licenses.gpl3;
       platforms = ["x86_64-linux"];
     };
   });