treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -16,7 +16,7 @@ buildGoModule rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Yet another Go REPL that works nicely.";
|
||||
description = "Yet another Go REPL that works nicely";
|
||||
homepage = "https://github.com/motemen/gore";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
|
||||
Reference in New Issue
Block a user