Skip to content

Commit 1bb5d2e

Browse files
committed
Merge pull request #32 from jafingerhut/master
2 parents 191aac8 + 7e055eb commit 1bb5d2e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
[![Build Status](https://secure.travis-ci.org/flatland/useful.png)](http://travis-ci.org/flatland/useful)
2+
3+
These two repositories are usually identical:
4+
5+
* https://github.com/amalloy/useful
6+
* https://github.com/flatland/useful
7+
8+
The first is the canonical one. Fixes tend to appear there first, and
9+
that is the preferred repository for filing issues on Github. Fixes
10+
are backported to the second one periodically.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:license {:name "Eclipse Public License - v 1.0"
44
:url "http://www.eclipse.org/legal/epl-v10.html"
55
:distribution :repo}
6-
:url "https://github.com/flatland/useful"
6+
:url "https://github.com/amalloy/useful"
77
:dependencies [[org.clojure/clojure "1.6.0"]
88
[org.clojure/tools.macro "0.1.1"]
99
[org.clojure/tools.reader "0.7.2"]]

0 commit comments

Comments
 (0)