Skip to content

Commit

Permalink
fix project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Sep 29, 2020
1 parent 4483786 commit c1268b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject replr "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
(defproject replr "0.1.0"
:description "read your code base"
:url "https://github.com/wandersoncferreira/replr"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.0"]
Expand Down
File renamed without changes.

0 comments on commit c1268b4

Please sign in to comment.