From 91cf47023e4fe67ca4ee62c1902dd8f1de25a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Pablo=20Fern=C3=A1ndez?= Date: Wed, 1 Jul 2015 17:25:17 +0100 Subject: [PATCH] Better description for the project. --- project.clj | 2 +- src/leiningen/migratus.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 50aa541..2838f57 100644 --- a/project.clj +++ b/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" diff --git a/src/leiningen/migratus.clj b/src/leiningen/migratus.clj index ca0e925..7c23877 100644 --- a/src/leiningen/migratus.clj +++ b/src/leiningen/migratus.clj @@ -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.