treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A shebang for running inside nix-shell.";
|
||||
description = "A shebang for running inside nix-shell";
|
||||
homepage = "https://github.com/bennofs/nix-script";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bennofs rnhmjoj ];
|
||||
|
||||
Reference in New Issue
Block a user