Skip to content

Commit e11d579

Browse files
committed
Add history to README
1 parent a7aef77 commit e11d579

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
[![Build Status](https://secure.travis-ci.org/flatland/useful.png)](http://travis-ci.org/flatland/useful)
1+
# Useful
2+
3+
A collection of generally-useful Clojure utility functions.
4+
5+
[![Build Status](https://www.travis-ci.com/clj-commons/useful.svg)](https://www.travis-ci.com/clj-commons/useful)
26

37
![lein dependency](https://clojars.org/org.flatland/useful/latest-version.svg)
48

5-
These two repositories are usually identical:
69

7-
* https://github.com/amalloy/useful
8-
* https://github.com/flatland/useful
910

10-
The first is the canonical one. Fixes tend to appear there first, and
11-
that is the preferred repository for filing issues on Github. Fixes
12-
are backported to the second one periodically.
11+
## History
12+
13+
useful was originally created by [Alan Malloy](https://github.com/amalloy) and was part of the [flatland](https://github.com/flatland) organisation. In December 2018 it was moved to CLJ Commons for continued maintenance.
14+
15+
It could previously be found at [amalloy/useful](https://github.com/amalloy/useful) and [flatland/useful](https://github.com/flatland/useful). [clj-commons/useful](https://github.com/clj-commons/useful) is the canonical repository now.

0 commit comments

Comments
 (0)