wfds: add license
This commit is contained in:
parent
9a46c0f384
commit
0f61edc465
@ -9,9 +9,11 @@ stdenv.mkDerivation rec
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [fuse glib neon];
|
buildInputs = [fuse glib neon];
|
||||||
meta = {
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
homepage = http://noedler.de/projekte/wdfs/;
|
homepage = http://noedler.de/projekte/wdfs/;
|
||||||
|
license = licenses.gpl2;
|
||||||
description = "User-space filesystem that allows to mount a webdav share";
|
description = "User-space filesystem that allows to mount a webdav share";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user