summary refs log tree commit diff
path: root/pkgs/tools/filesystems/9pfs/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-19 09:25:22 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-23 10:44:35 +0100
commitaf3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2 (patch)
tree75a3c9ab4bc4a0fb70df690b64dd1819c1c40def /pkgs/tools/filesystems/9pfs/default.nix
parentd59447c444eeb963305b5274664a2eb8ab584ad3 (diff)
downloadnixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar.gz
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar.bz2
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar.lz
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar.xz
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.tar.zst
nixpkgs-af3e44722d9d2c6a1bb5bc6a04b8fd2bbe7651b2.zip
_9pfs: add license + homepage
Diffstat (limited to 'pkgs/tools/filesystems/9pfs/default.nix')
-rw-r--r--pkgs/tools/filesystems/9pfs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/9pfs/default.nix b/pkgs/tools/filesystems/9pfs/default.nix
index 37ec4105472..2e34c9dd485 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 ];
   };
 }