treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -26,7 +26,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/gotify/cli";
|
||||
description = "A command line interface for pushing messages to gotify/server.";
|
||||
description = "A command line interface for pushing messages to gotify/server";
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user