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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/quickserve/default.nix b/pkgs/tools/networking/quickserve/default.nix
index ca175f5f2a911..b5a760617974f 100644
--- a/pkgs/tools/networking/quickserve/default.nix
+++ b/pkgs/tools/networking/quickserve/default.nix
@@ -27,9 +27,9 @@ in stdenv.mkDerivation {
   '';
 
   meta = with lib; {
-    description = "A simple HTTP server for quickly sharing files";
+    description = "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";
   };