We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fb7ad commit 084f0fdCopy full SHA for 084f0fd
cl-maprcli.asd
@@ -2,7 +2,7 @@
2
3
(asdf:defsystem "cl-maprcli"
4
:description "MapR control system API"
5
- :author "Inchul <ijung remove-the-at mapr dot com>"
+ :author "Inchul <ijung@mapr.com>"
6
:license "BSD"
7
:serial t
8
:depends-on ("cl-json"
@@ -14,7 +14,7 @@
14
15
(asdf:defsystem "cl-maprcli/tests"
16
:description "test cl-maprcli"
17
18
:depends-on ("fiveam"
19
"cl-maprcli")
20
:components ((:module "tests"
0 commit comments