Skip to content

Commit

Permalink
Merge pull request #250 from mobileink/master
Browse files Browse the repository at this point in the history
fix :scm clause in incanter-charts/project.clj
  • Loading branch information
alexott committed May 8, 2014
2 parents 8b31ba6 + 2a4a315 commit 3f2cd33
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion modules/incanter-charts/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-charts"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-io "1.5.6-SNAPSHOT"]
[incanter/jfreechart "1.0.13-no-gnujaxp"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-core"}
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/math.combinatorics "0.0.4"
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-excel/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-excel"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-io/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-io"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-latex/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-latex"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-mongodb/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-mongodb"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-pdf/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-pdf"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-sql/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-sql"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-svg/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-svg"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down
4 changes: 3 additions & 1 deletion modules/incanter-zoo/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:scm {:name "git"
:url "https://github.com/incanter/incanter"
:dir "modules/incanter-zoo"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-io "1.5.6-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]
Expand Down

0 comments on commit 3f2cd33

Please sign in to comment.