Fixed many descriptions

This commit is contained in:
Pascal Wittmann
2014-11-11 14:36:34 +01:00
parent 0e309af732
commit 8df0e0b151
72 changed files with 160 additions and 159 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
];
meta = {
description = "A free and open source utility for network discovery and security auditing.";
homepage = "http://www.nmap.org";
description = "A free and open source utility for network discovery and security auditing";
homepage = http://www.nmap.org;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ mornfall thoughtpolice ];