treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Infer parentheses for Clojure, Lisp, and Scheme.";
|
||||
description = "Infer parentheses for Clojure, Lisp, and Scheme";
|
||||
homepage = "https://github.com/eraserhd/parinfer-rust";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ eraserhd ];
|
||||
|
||||
Reference in New Issue
Block a user