1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

neon: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 21:34:08 +02:00
parent 2cc4200de0
commit 19d1cafb9e
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
2 changed files with 6 additions and 4 deletions

View file

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ];
doCheck = false; # fails, needs the net
meta = {
meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.lgpl2;
};
}

View file

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ];
doCheck = false; # fails, needs the net
meta = {
meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.lgpl2;
};
}