summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/klipperscreen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/klipperscreen/default.nix')
-rw-r--r--pkgs/applications/misc/klipperscreen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/klipperscreen/default.nix b/pkgs/applications/misc/klipperscreen/default.nix
index 8589991ff522..789ab7c68828 100644
--- a/pkgs/applications/misc/klipperscreen/default.nix
+++ b/pkgs/applications/misc/klipperscreen/default.nix
@@ -48,7 +48,7 @@
meta = with lib; {
description = "Touchscreen GUI for the Klipper 3D printer firmware";
homepage = "https://github.com/jordanruthe/KlipperScreen";
- license = licenses.agpl3;
+ license = licenses.agpl3Only;
maintainers = with maintainers; [ cab404 ];
mainProgram = "KlipperScreen";
};