Skip to content

Commit fe468e4

Browse files
committed
revert project.clj
1 parent 25e3b36 commit fe468e4

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

project.clj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
(defproject com.verypossible/cljss "1.6.4"
1+
(defproject org.roman01la/cljss "1.6.3"
22
:description "Clojure Style Sheets"
33

4-
:repositories [
5-
["clojars" {:url "https://clojars.org"
6-
:sign-releases false
7-
:username :env/clojars_username
8-
:password :env/clojars_password
9-
}]
10-
["snapshots" {:url "https://clojars.org"
11-
:sign-releases false
12-
:username :env/clojars_username
13-
:password :env/clojars_password
14-
}]
15-
]
16-
17-
:url "https://github.com/verypossible/cljss"
4+
:url "https://github.com/roman01la/cljss"
185

196
:license {:name "Eclipse Public License"
207
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)