diff options
| -rw-r--r-- | gn/packages/crates-io.scm | 4 | ||||
| -rw-r--r-- | gn/packages/javascript.scm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/crates-io.scm b/gn/packages/crates-io.scm index dd76d28..17eb20a 100644 --- a/gn/packages/crates-io.scm +++ b/gn/packages/crates-io.scm @@ -62,7 +62,7 @@ functions} for a collection of hashable objects.") ("rust-serde" ,rust-serde-1)) #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)))) - (home-page "https://github.com/chfi/rs-gfa") + (home-page "https://github.com/pangenome/rs-gfa") (synopsis "Library for working with graphs in the GFA (Graphical Fragment Assembly) format") (description @@ -121,7 +121,7 @@ functions} for a collection of hashable objects.") #:cargo-development-inputs (("rust-quickcheck" ,rust-quickcheck-0.9) ("rust-rand" ,rust-rand-0.7)))) - (home-page "https://github.com/chfi/rs-handlegraph") + (home-page "https://github.com/pangenome/rs-handlegraph") (synopsis "Library for use in variation graphs") (description "This package provides a Rust implementation of VG handle graph.") diff --git a/gn/packages/javascript.scm b/gn/packages/javascript.scm index 4f0ae9b..6ba75ca 100644 --- a/gn/packages/javascript.scm +++ b/gn/packages/javascript.scm @@ -1672,7 +1672,7 @@ experience.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/BonfaceKilz/Dist-Purestript-Genome-Browser") + (url "https://github.com/genenetwork/purescript-genetics-browser") (commit "93d45a55ca5053bb87b6d4627ae5c7d973c046ea"))) (file-name (git-file-name name version)) (sha256 @@ -1689,7 +1689,7 @@ experience.") (source (assoc-ref %build-inputs "source"))) (copy-recursively source targetdir))))) (native-inputs `(("source" ,source))) - (home-page "https://github.com/chfi/purescript-genetics-browser") + (home-page "https://github.com/genenetwork/purescript-genetics-browser") (synopsis "Dist files for the purescript genetics browser") (description "Dist files for the purescript genetics browser") |
