treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -48,7 +48,7 @@ in with python.pkgs; buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://supakeen.com/project/pinnwand/";
|
||||
license = licenses.mit;
|
||||
description = "A Python pastebin that tries to keep it simple.";
|
||||
description = "A Python pastebin that tries to keep it simple";
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/supakeen/steck";
|
||||
license = licenses.mit;
|
||||
description = "Client for pinnwand pastebin.";
|
||||
description = "Client for pinnwand pastebin";
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user