From af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Sun, 19 Aug 2018 09:25:22 +0100 Subject: _9pfs: add license + homepage --- pkgs/tools/filesystems/9pfs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/filesystems/9pfs') diff --git a/pkgs/tools/filesystems/9pfs/default.nix b/pkgs/tools/filesystems/9pfs/default.nix index 37ec4105472b..2e34c9dd4857 100644 --- a/pkgs/tools/filesystems/9pfs/default.nix +++ b/pkgs/tools/filesystems/9pfs/default.nix @@ -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 ]; }; } -- cgit 1.4.1