[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: snakemake: Update home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/05: gnu: snakemake: Update home page. |
Date: |
Tue, 11 Sep 2018 15:12:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a855117c592376df4d0b44d4c17304bbca5ef828
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 11 21:11:36 2018 +0200
gnu: snakemake: Update home page.
* gnu/packages/python.scm (snakemake)[home-page]: Update.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4efb23b..6367def 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5195,7 +5195,7 @@ Python.")
("python-networkx" ,python-networkx)
("python-pyyaml" ,python-pyyaml)
("python-ratelimiter" ,python-ratelimiter)))
- (home-page "https://bitbucket.org/snakemake/snakemake/wiki/Home")
+ (home-page "https://snakemake.readthedocs.io")
(synopsis "Python-based execution environment for make-like workflows")
(description
"Snakemake aims to reduce the complexity of creating workflows by