summary refs log tree commit diff
path: root/pkgs/tools/networking/curl/7_59.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/curl/7_59.nix')
-rw-r--r--pkgs/tools/networking/curl/7_59.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/curl/7_59.nix b/pkgs/tools/networking/curl/7_59.nix
index 71a87a8e9d15..0482bcf52629 100644
--- a/pkgs/tools/networking/curl/7_59.nix
+++ b/pkgs/tools/networking/curl/7_59.nix
@@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
     description = "A command line tool for transferring files with URL syntax";
     homepage    = https://curl.haxx.se/;
     maintainers = with maintainers; [ lovek323 ];
+    license = licenses.curl;
     platforms   = platforms.all;
   };
 }