From fa82adb5e0e613037eb0377f318b7fa1423bdeba Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 9 Nov 2020 10:31:08 +0200 Subject: gnu: macs: Update source, home-page URIs. * gnu/packages/bioinformatics.scm (macs)[source, home-page]: Update URIs to new location. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4c49b00252..a456b2b12c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4470,7 +4470,7 @@ experiments.") ;; The PyPi tarball does not contain tests. (method git-fetch) (uri (git-reference - (url "https://github.com/taoliu/MACS") + (url "https://github.com/macs3-project/MACS") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4489,7 +4489,7 @@ experiments.") `(("python-numpy" ,python-numpy))) (native-inputs `(("python-pytest" ,python-pytest))) - (home-page "https://github.com/taoliu/MACS/") + (home-page "https://github.com/macs3-project/MACS") (synopsis "Model based analysis for ChIP-Seq data") (description "MACS is an implementation of a ChIP-Seq analysis algorithm for -- cgit v1.2.3