treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [pandoc man];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Git powered FTP client written as shell script.";
|
||||
description = "Git powered FTP client written as shell script";
|
||||
homepage = "https://git-ftp.github.io/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ tweber ];
|
||||
|
||||
Reference in New Issue
Block a user