diff --git a/project.clj b/project.clj index c3b6b19..a427df7 100644 --- a/project.clj +++ b/project.clj @@ -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"]])