treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/mattrude/pgpkeyserver-lite";
|
||||
description = "A lightweight static front-end for a sks keyserver.";
|
||||
description = "A lightweight static front-end for a sks keyserver";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ calbrecht globin ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user