From a5e80ccabfc9c52db4a18b30ef1463d1115b2078 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Mon, 6 Feb 2023 16:42:07 -0500 Subject: [PATCH] Update fs2 repo link --- _data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 19bfc978..648c082b 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -104,7 +104,7 @@ - title: "fs2" category: "Stream Processing" description: "FS2 is a library for purely functional, effectful, and polymorphic stream processing library in the Scala programming language. Its design goals are compositionality, expressiveness, resource safety, and speed. The name is a modified acronym for Functional Streams for Scala (FSS, or FS2)." - github: "https://github.com/functional-streams-for-scala/fs2" + github: "https://github.com/typelevel/fs2" - title: "Hammock" description: "Purely functional HTTP client" github: "https://github.com/pepegar/hammock"