treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A linter for Clojure code that sparks joy.";
|
||||
description = "A linter for Clojure code that sparks joy";
|
||||
homepage = "https://github.com/borkdude/clj-kondo";
|
||||
license = licenses.epl10;
|
||||
platforms = graalvm8.meta.platforms;
|
||||
|
||||
Reference in New Issue
Block a user