1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-01 09:26:29 +02:00

remove unnecessary author fields

This commit is contained in:
Brian Seymour 2021-03-28 14:29:28 -05:00
parent 7aa52bb0c5
commit 902ad71578
52 changed files with 98 additions and 151 deletions
packages/clojure/1.10.3

View file

@ -1,6 +1,5 @@
{
"language": "clojure",
"version": "1.10.3",
"aliases": ["clojure","clj"],
"author": "Dan Vargas <danvargas46@gmail.com>"
"language": "clojure",
"version": "1.10.3",
"aliases": ["clojure", "clj"]
}