about summary refs log tree commit diff
path: root/pkgs/tools/networking/quickserve/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/quickserve/default.nix')
-rw-r--r--pkgs/tools/networking/quickserve/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/quickserve/default.nix b/pkgs/tools/networking/quickserve/default.nix
index ca175f5f2a911..c739080625889 100644
--- a/pkgs/tools/networking/quickserve/default.nix
+++ b/pkgs/tools/networking/quickserve/default.nix
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
   meta = with lib; {
     description = "A simple HTTP server for quickly sharing files";
     homepage = "https://xyne.archlinux.ca/projects/quickserve/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ lassulus ];
     mainProgram = "quickserve";
   };