tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Typo
Eelco Dolstra
11 years ago
a30869a5
ea9d391b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
ipset
default.nix
+1
-1
pkgs/os-specific/linux/ipset/default.nix
···
14
14
15
15
meta = with stdenv.lib; {
16
16
homepage = http://ipset.netfilter.org/;
17
17
-
description = "administration tool for IP sets";
17
17
+
description = "Administration tool for IP sets";
18
18
license = licenses.gpl2;
19
19
platforms = platforms.linux;
20
20
maintainers = with maintainers; [ wkennington ];