neon: add license
This commit is contained in:
parent
2cc4200de0
commit
19d1cafb9e
@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
|
|||||||
checkInputs = [ perl ];
|
checkInputs = [ perl ];
|
||||||
doCheck = false; # fails, needs the net
|
doCheck = false; # fails, needs the net
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "An HTTP and WebDAV client library";
|
description = "An HTTP and WebDAV client library";
|
||||||
homepage = http://www.webdav.org/neon/;
|
homepage = http://www.webdav.org/neon/;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
|
|||||||
checkInputs = [ perl ];
|
checkInputs = [ perl ];
|
||||||
doCheck = false; # fails, needs the net
|
doCheck = false; # fails, needs the net
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "An HTTP and WebDAV client library";
|
description = "An HTTP and WebDAV client library";
|
||||||
homepage = http://www.webdav.org/neon/;
|
homepage = http://www.webdav.org/neon/;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user