_9pfs: add license + homepage
This commit is contained in:
parent
d59447c444
commit
af3e44722d
@ -22,9 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
#homepage = https://github.com/spewspew/9pfs; # the account apparently doesn't exist
|
homepage = https://github.com/mischief/9pfs;
|
||||||
description = "FUSE-based client of the 9P network filesystem protocol";
|
description = "FUSE-based client of the 9P network filesystem protocol";
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
license = with lib.licenses; [ lpl-102 bsd2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user