This commit is contained in:
Eelco Dolstra
2015-01-01 15:45:30 +01:00
committed by Peter Simons
parent 47971865e9
commit 698b6f53df
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://ipset.netfilter.org/;
description = "administration tool for IP sets";
description = "Administration tool for IP sets";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];