fusesmb: add license, remove dead homepage link
This commit is contained in:
parent
da7a32ef17
commit
a16062720d
|
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Samba mounted via FUSE";
|
description = "Samba mounted via FUSE";
|
||||||
homepage = http://www.ricardis.tudelft.nl/~vincent/fusesmb/;
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue