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" ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Samba mounted via FUSE";
|
||||
homepage = http://www.ricardis.tudelft.nl/~vincent/fusesmb/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user