Skip to content

Commit

Permalink
Added net.clojure group id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Duey committed Nov 3, 2012
1 parent 66fe0ae commit 7b3bb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ A protocol based monad implementation for clojure

To use, add the following dependency to project.clj

\[monads "1.0.0"\]
\[net.clojure/monads "1.0.0"\]

[Blog Post](http://www.clojure.net/2012/06/03/Monad-Protocols/)
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject monads "1.0.0"
(defproject net.clojure/monads "1.0.0"
:description "A protocol based implementation of monads"
:dependencies [[org.clojure/clojure "1.4.0"]])

0 comments on commit 7b3bb7a

Please sign in to comment.