treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-11 12:55:05 +07:00
committed by Jon
parent ea04f84829
commit 683a87dbeb
281 changed files with 345 additions and 340 deletions

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "The plugin manager for zsh.";
description = "The plugin manager for zsh";
homepage = "http://antigen.sharats.me";
license = stdenv.lib.licenses.mit;
};

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
cp ./* $out/ -R
'';
meta = with stdenv.lib; {
description = "Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.";
description = "Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes";
homepage = "https://github.com/sorin-ionescu/prezto";
license = licenses.mit;
maintainers = with maintainers; [ ];