Skip to content

Commit adb6d08

Browse files
committed
Update README to latest :git coord
1 parent d540923 commit adb6d08

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ From the original README:
1515
1616
# Releases
1717

18-
Latest stable release: 1.5.1
18+
Latest stable release: 1.5.2
1919

2020
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
2121
```clojure
22-
io.github.clojure/clr.tools.namespace {:git/tag "v1.5.1" :git/sha "0c1c74f"}
22+
io.github.clojure/clr.tools.namespace {:git/tag "v1.5.2" :git/sha "d540923"}
2323
```
2424

2525
[Nuget](https://nuget.org) reference:
2626

27-
> Install-Package clojure.tools.namespace -Version 1.5.1
27+
> Install-Package clojure.tools.namespace -Version 1.5.2
2828
2929
[Leiningen](https://leiningen.org/) reference:
3030
```clojure
31-
[org.clojure.clr/tools.namespace "1.5.1]
31+
[org.clojure.clr/tools.namespace "1.5.2]
3232
```
3333
3434
@@ -55,13 +55,6 @@ Copyright and License
5555
5656
Original Clojure(JVM) code:
5757
58-
> Copyright © 2012 Stuart Sierra All rights reserved. The use and
59-
> distribution terms for this software are covered by the
60-
> [Eclipse Public License 1.0] which can be found in the file
61-
> epl-v10.html at the root of this distribution. By using this software
62-
> in any fashion, you are agreeing to be bound by the terms of this
63-
> license. You must not remove this notice, or any other, from this
64-
> software.
58+
> Copyright © Rich Hickey, Alessandra Sierra, and contributors
6559
66-
67-
[Eclipse Public License 1.0]: http://opensource.org/licenses/eclipse-1.0.php
60+
> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)