diff options
author | jgart | 2024-07-29 15:28:17 -0500 |
---|---|---|
committer | jgart | 2024-07-31 11:39:27 -0500 |
commit | d92c8aef6f0ed8a47c0e20b0a9032b83ce84d0f4 (patch) | |
tree | 056168663ec21579cf069cb8dff7774fc05db51d | |
parent | 2afdc0057d738a2656aca0d460e2c992ba71c653 (diff) | |
download | guix-bioinformatics-d92c8aef6f0ed8a47c0e20b0a9032b83ce84d0f4.tar.gz |
genecup: update url
-rw-r--r-- | gn/packages/genecup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genecup.scm b/gn/packages/genecup.scm index 0cd776f..844e10c 100644 --- a/gn/packages/genecup.scm +++ b/gn/packages/genecup.scm @@ -263,7 +263,7 @@ concepts and a list of keywords for each concept.") (version "HEAD-of-master-branch") (source (git-checkout - (url "https://github.com/hakangunturkun/GeneCup") + (url "https://git.genenetwork.org/genecup") (branch "master"))))) (define-public genecup-with-tensorflow-native |