tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zkfuse: add license
see issue #43716
Pascal Wittmann
7 years ago
3cd3922c
15ce516b
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
zkfuse
default.nix
+1
pkgs/tools/filesystems/zkfuse/default.nix
···
17
meta = with lib; {
18
platforms = platforms.linux;
19
maintainers = with maintainers; [ cstrahan ];
0
20
};
21
}
···
17
meta = with lib; {
18
platforms = platforms.linux;
19
maintainers = with maintainers; [ cstrahan ];
20
+
license = licenses.asl20;
21
};
22
}