diff --git a/project.clj b/project.clj index da3d908..db647a9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/cryogen-core "0.1.47-SNAPSHOT" +(defproject cryogen-core "0.1.47-SNAPSHOT" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" diff --git a/test/cryogen_core/compiler_test.clj b/test/cryogen_core/compiler_test.clj index 3245838..6761da5 100644 --- a/test/cryogen_core/compiler_test.clj +++ b/test/cryogen_core/compiler_test.clj @@ -148,4 +148,4 @@ and more content. (is (= expected (build-nav-map pages))) ) - )) \ No newline at end of file + ))