Skip to content

Commit

Permalink
Better description for the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
pupeno committed Jul 1, 2015
1 parent b5b292c commit 91cf470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,5 +1,5 @@
(defproject migratus-lein "0.1.1"
:description "MIGRATE ALL THE THINGS!"
:description "Maintain database migrations."
:url "http://github.com/pjstadig/migratus-lein"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/migratus.clj
Expand Up @@ -19,7 +19,7 @@
(:import (java.util.logging Logger Level)))

(defn migratus
"MIGRATE ALL THE THINGS!
"Maintain database migrations.
Run migrations against a store. The :migratus key in project.clj is passed to
migratus as configuration.
Expand Down

0 comments on commit 91cf470

Please sign in to comment.