summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-10 19:19:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-11 05:17:58 +0100
commit11ed4108fbc665f6ff76263e602a8057a3da83ad (patch)
treed6be5db87f243ebfeffdab2b04765f3caa4ef07e /gnu
parent7c087150eccdbe589368a4ddbf119f66642afb5c (diff)
downloadguix-patches-11ed4108fbc665f6ff76263e602a8057a3da83ad.tar
guix-patches-11ed4108fbc665f6ff76263e602a8057a3da83ad.tar.gz
gnu: methylkit: Use new home page.
* gnu/packages/bioinformatics.scm (methylkit)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 99b41d55e3..cb531a3835 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8748,7 +8748,7 @@ number detection tools.")
("r-zlibbioc" ,r-zlibbioc)))
(inputs
`(("zlib" ,zlib)))
- (home-page "http://code.google.com/p/methylkit/")
+ (home-page "https://github.com/al2na/methylKit")
(synopsis
"DNA methylation analysis from high-throughput bisulfite sequencing results")
(description