From 69de880815af1e6a1d3bde9181bbb8a4397ce68b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 14 Jun 2022 22:48:07 +0530 Subject: guix-profiles: Use public path to guix-bioinformatics channel. An "Arun-specific path" was accidentally added in an earlier commit. --- topics/guix-profiles.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics') diff --git a/topics/guix-profiles.gmi b/topics/guix-profiles.gmi index adc2df6..62abbba 100644 --- a/topics/guix-profiles.gmi +++ b/topics/guix-profiles.gmi @@ -6,7 +6,7 @@ Put the following into a channels.scm file. ``` (list (channel (name 'gn-bioinformatics) - (url "/home/arun/Projects/genenetwork/guix-bioinformatics") + (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") (branch "master"))) ``` Build a profile using -- cgit v1.2.3