curl: add license

This commit is contained in:
Markus Kowalewski
2018-08-16 21:38:59 +02:00
parent 1f3b568a6c
commit 17702d0416
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -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;
};
}
+2 -1
View File
@@ -105,6 +105,7 @@ stdenv.mkDerivation rec {
description = "A command line tool for transferring files with URL syntax";
homepage = https://curl.haxx.se/;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;
license = licenses.curl;
platforms = platforms.all;
};
}