Skip to content

Commit

Permalink
Add back heroku profile with mirrors.
Browse files Browse the repository at this point in the history
To avoid getting profile not found for users with it in their procfile.
  • Loading branch information
technomancy committed Sep 7, 2012
1 parent 876049e commit 77984e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opt/profiles.clj
@@ -1,4 +1,6 @@
{:user {:mirrors {#"central|clojars" {:user {:mirrors {#"central|clojars"
"http://s3pository.herokuapp.com/clojure"}} "http://s3pository.herokuapp.com/clojure"}}
:production {:mirrors {#"central|clojars" :production {:mirrors {#"central|clojars"
"http://s3pository.herokuapp.com/clojure"}}} "http://s3pository.herokuapp.com/clojure"}}
:heroku {:mirrors {#"central|clojars"
"http://s3pository.herokuapp.com/clojure"}}}

0 comments on commit 77984e5

Please sign in to comment.