diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-11 21:11:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-11 21:12:43 +0200 |
commit | a855117c592376df4d0b44d4c17304bbca5ef828 (patch) | |
tree | ed360f80d0ce032841e29a7d4d2219e193c6057e /gnu | |
parent | 9b83c15afe65f9d5f6af4f2e2daad3fdf04c4f39 (diff) | |
download | guix-a855117c592376df4d0b44d4c17304bbca5ef828.tar guix-a855117c592376df4d0b44d4c17304bbca5ef828.tar.gz |
gnu: snakemake: Update home page.
* gnu/packages/python.scm (snakemake)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4efb23b51b..6367def203 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 |