_9pfs: add license + homepage

+2 -1
+2 -1
pkgs/tools/filesystems/9pfs/default.nix
··· 22 22 enableParallelBuilding = true; 23 23 24 24 meta = { 25 - #homepage = https://github.com/spewspew/9pfs; # the account apparently doesn't exist 25 + homepage = https://github.com/mischief/9pfs; 26 26 description = "FUSE-based client of the 9P network filesystem protocol"; 27 27 maintainers = [ lib.maintainers.eelco ]; 28 28 platforms = lib.platforms.linux; 29 + license = with lib.licenses; [ lpl-102 bsd2 ]; 29 30 }; 30 31 }