tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
_9pfs: add license + homepage
Jörg Thalheim
7 years ago
af3e4472
d59447c4
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
9pfs
default.nix
+2
-1
pkgs/tools/filesystems/9pfs/default.nix
···
22
enableParallelBuilding = true;
23
24
meta = {
25
-
#homepage = https://github.com/spewspew/9pfs; # the account apparently doesn't exist
26
description = "FUSE-based client of the 9P network filesystem protocol";
27
maintainers = [ lib.maintainers.eelco ];
28
platforms = lib.platforms.linux;
0
29
};
30
}
···
22
enableParallelBuilding = true;
23
24
meta = {
25
+
homepage = https://github.com/mischief/9pfs;
26
description = "FUSE-based client of the 9P network filesystem protocol";
27
maintainers = [ lib.maintainers.eelco ];
28
platforms = lib.platforms.linux;
29
+
license = with lib.licenses; [ lpl-102 bsd2 ];
30
};
31
}