about summary refs log tree commit diff
path: root/pkgs/applications/misc/slic3r/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/slic3r/default.nix')
-rw-r--r--pkgs/applications/misc/slic3r/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/slic3r/default.nix b/pkgs/applications/misc/slic3r/default.nix
index 5f0d83b078c8..6695f53e9932 100644
--- a/pkgs/applications/misc/slic3r/default.nix
+++ b/pkgs/applications/misc/slic3r/default.nix
@@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
       slices (layers), generates toolpaths to fill them and calculates the
       amount of material to be extruded.'';
     homepage = "https://slic3r.org/";
-    license = licenses.agpl3;
+    license = licenses.agpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ bjornfor ];
   };