pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

joker: format DESCR properly



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Fri Sep 1 09:56:05 2023 -0400
Changeset:	7eec55efcbfbebf68fb7cd56101196f1723ae786

Modified Files:
	joker/DESCR

Log Message:
joker: format DESCR properly

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7eec55efcbfbebf68fb7cd56101196f1723ae786

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 joker/DESCR | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/joker/DESCR b/joker/DESCR
index f8eefb99e1..49ff16b3dc 100644
--- a/joker/DESCR
+++ b/joker/DESCR
@@ -1,6 +1,6 @@
-Joker is a small interpreted dialect of Clojure written in Go. It is also a
-Clojure(Script) linter. Joker has a fast start up, sane error messages and
-stacktraces, and comes with batteries included: send HTTP requests, read and
-parse JSON, work with the file system, etc. As a linter, Joker can check for
-syntax errors, function arity mismatches, unresolved symbols, unused namespaces,
-vars, bindings, and much more.
+Joker is a small interpreted dialect of Clojure written in Go. It is
+also a Clojure(Script) linter. Joker has a fast start up, sane error
+messages and stacktraces, and comes with batteries included: send HTTP
+requests, read and parse JSON, work with the file system, etc. As a
+linter, Joker can check for syntax errors, function arity mismatches,
+unresolved symbols, unused namespaces, vars, bindings, and much more.


Home | Main Index | Thread Index | Old Index