treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
buildFlags = [ "--tags" "release" ];
|
||||
|
||||
meta = {
|
||||
description = "Command line utility to live-reload your application.";
|
||||
description = "Command line utility to live-reload your application";
|
||||
homepage = "https://github.com/devlocker/tychus";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user