diff options
author | Frederick Muriuki Muriithi | 2024-04-26 07:47:31 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-26 07:48:17 +0300 |
commit | 2a3242331f0bca32ae7450fb2d77af0021edf3b2 (patch) | |
tree | d272eababd425b0bf921fbb56e0b14e7f63c7add | |
parent | f52a24e5ef6352c14825e7e4d68509d9450fc7b8 (diff) | |
download | gn-machines-2a3242331f0bca32ae7450fb2d77af0021edf3b2.tar.gz |
gn-auth: Update repository URL
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 886ad82..f770f97 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -118,7 +118,7 @@ be imported into G-expressions." (gn3-repository genenetwork-configuration-gn3-repository (default "https://github.com/genenetwork/genenetwork3")) (gn-auth-repository genenetwork-configuration-gn-auth-repository - (default "https://github.com/genenetwork/gn-auth")) + (default "https://git.genenetwork.org/gn-auth")) (gn2-port genenetwork-configuration-gn2-port (default 8082)) (gn3-port genenetwork-configuration-gn3-port |