Navigation Menu

Skip to content

Commit

Permalink
Fix typo in plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 9, 2010
1 parent 4bf1908 commit b5ee4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1 +1 @@
(defproject lein-search "0.3.0-SNAPSHOT" :description "Leinigen plugin to search and add dependencies from clojars" :dependencies [[org.clojure/clojure "[1.1,1.2]"] [org.clojure/clojure-contrib "[1.1,1.2]"]] :dev-dependencies [[lein-clojars "0.5.0"] [swank-clojure/swank-clojure "1.1.0"]])
(defproject lein-search "0.3.0-SNAPSHOT" :description "Leiningen plugin to search and add dependencies from clojars" :dependencies [[org.clojure/clojure "[1.1,1.2]"] [org.clojure/clojure-contrib "[1.1,1.2]"]] :dev-dependencies [[lein-clojars "0.5.0"] [swank-clojure/swank-clojure "1.1.0"]])

0 comments on commit b5ee4c0

Please sign in to comment.