treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -12,7 +12,7 @@ bundlerEnv rec {
|
||||
passthru.updateScript = bundlerUpdateScript "elm-github-install";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Install Elm packages from git repositories.";
|
||||
description = "Install Elm packages from git repositories";
|
||||
homepage = "https://github.com/gdotdesign/elm-github-install";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ roberth nicknovitski ];
|
||||
|
||||
Reference in New Issue
Block a user