Skip to content

Commit e2466f7

Browse files
committed
Minor admin and doc updates
Stream doc link now points to cljdoc.org kingmob now CODEOWNER Ignore kondo cache Clojure version goes up to 11
1 parent fdbd7f8 commit e2466f7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @slipset
1+
* @kingmob

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pom.xml.asc
99
/.nrepl-port
1010
*DS_Store
1111
push
12+
/.clj-kondo/.cache

doc/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ message! 1
7070
true
7171
```
7272

73-
However, we can also create derivative streams using operators analogous to Clojure's sequence operators, a full list of which [can be found here](http://ideolalia.com/manifold/):
73+
However, we can also create derivative streams using operators analogous to Clojure's sequence operators, a full list of which [can be found here](https://cljdoc.org/d/manifold/manifold).
7474

7575
```clojure
7676
> (->> [1 2 3]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:url "http://opensource.org/licenses/MIT"}
55
:url "https://github.com/clj-commons/manifold"
66
:scm {:name "git" :url "https://github.com/KingMob/manifold"}
7-
:dependencies [[org.clojure/clojure "1.10.3" :scope "provided"]
7+
:dependencies [[org.clojure/clojure "1.11.0" :scope "provided"]
88
[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]
99
[io.aleph/dirigiste "1.0.0"]
1010
[riddley "0.1.15"]

0 commit comments

Comments
 (0)