Very minor tidyup; updated the license fields in project.clj.
This commit is contained in:
parent
26fb338162
commit
f2a48cbe04
|
@ -1,6 +1,6 @@
|
|||
(defproject antonine "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:description "A calculator which uses Roman numerals."
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:license {:name "GNU General Public License"
|
||||
:url "http://www.gnu.org/licenses/gpl-2.0.html"}
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]])
|
||||
|
|
Loading…
Reference in a new issue