diff options
author | Arun Isaac | 2025-09-06 18:51:56 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-06 18:52:24 +0100 |
commit | 53fe4d5cb0d9fb94e3c519eb138fb6eee86a0143 (patch) | |
tree | d7ed798f705b606a5972f176c8a195bfc1f129e3 | |
parent | d478b32a117a0b70371cd71e6558919ede477a26 (diff) | |
download | guix-bioinformatics-53fe4d5cb0d9fb94e3c519eb138fb6eee86a0143.tar.gz |
README: Update channel URL.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org index c5936fa..be8db7c 100644 --- a/README.org +++ b/README.org @@ -20,7 +20,7 @@ To easily use the packages from this repo, simply add it to your #+BEGIN_SRC scheme (list (channel (name 'gn-bioinformatics) - (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git") + (url "https://git.genenetwork.org/guix-bioinformatics") (branch "master"))) #+END_SRC |