about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-21 04:06:42 +0300
committerFrederick Muriuki Muriithi2024-03-21 04:27:31 +0300
commit3958ce457f621f1b75fa8843ba859d8e6015a6c7 (patch)
tree1956ccebd5eb6c5a23dc833b5841c9e8eb5928ed
parenta4ed5d821921e43b73ecaf2ef802fab2b74d0b63 (diff)
downloadgn-uploader-3958ce457f621f1b75fa8843ba859d8e6015a6c7.tar.gz
Improve channel definition documentation.
-rw-r--r--README.org15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.org b/README.org
index aeb296a..2daaae9 100644
--- a/README.org
+++ b/README.org
@@ -32,13 +32,14 @@ This repository can be used as a guix channel.
 
 #+BEGIN_SRC scheme
   (channel
-   (name 'gnqc-py
-     (url "https://gitlab.com/fredmanglis/gnqc_py.git")
-     (introduction
-      (make-channel-introduction
-       "0d5dc5489837957e3fab513b9dcc550eddfe53ca"
-       (openpgp-fingerprint
-        "F370 F409 854B 90E3 52F3  AB01 362B 0BB8 B81D 5A42"))))
+   (name 'gn-uploader)
+   (url "https://git.genenetwork.org/gn-uploader")
+   (branch "main")
+   (introduction
+    (make-channel-introduction
+     "93c77842315d304abbfc27d78d98b7d42da32a61"
+     (openpgp-fingerprint
+      "F370 F409 854B 90E3 52F3  AB01 362B 0BB8 B81D 5A42"))))
 #+END_SRC
 
 ** Configuration