treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-25 20:13:18 +07:00
parent aa7977af2c
commit c98962e1a3
9 changed files with 11 additions and 11 deletions
@@ -30,7 +30,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "A schema and validator for YAML.";
description = "A schema and validator for YAML";
homepage = "https://github.com/23andMe/Yamale";
license = licenses.mit;
maintainers = with maintainers; [ rtburns-jpl ];