wfds: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:38:03 +02:00
parent 9a46c0f384
commit 0f61edc465
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -9,9 +9,11 @@ stdenv.mkDerivation rec
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [fuse glib neon];
meta = {
meta = with stdenv.lib; {
homepage = http://noedler.de/projekte/wdfs/;
license = licenses.gpl2;
description = "User-space filesystem that allows to mount a webdav share";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
};
}