treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv; {
|
||||
description = "Protect a computer network from getting infected.";
|
||||
description = "Protect a computer network from getting infected";
|
||||
homepage = "http://www.xbill.org/";
|
||||
license = lib.licenses.gpl1;
|
||||
maintainers = with lib.maintainers; [ aw ];
|
||||
|
||||
Reference in New Issue
Block a user