treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "yq" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line YAML processor - jq wrapper for YAML documents.";
|
||||
description = "Command-line YAML processor - jq wrapper for YAML documents";
|
||||
homepage = "https://github.com/kislyuk/yq";
|
||||
license = [ licenses.asl20 ];
|
||||
maintainers = [ maintainers.womfoo ];
|
||||
|
||||
Reference in New Issue
Block a user