_9pfs: add license + homepage

This commit is contained in:
Jörg Thalheim 2018-08-19 09:25:22 +01:00
parent d59447c444
commit af3e44722d

View file

@ -22,9 +22,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
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";
maintainers = [ lib.maintainers.eelco ];
platforms = lib.platforms.linux;
license = with lib.licenses; [ lpl-102 bsd2 ];
};
}