diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-21 00:49:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-21 02:15:31 +0100 |
commit | 568bd2e3822b3ad6d8190f1dc04c5a6e43dcb2fa (patch) | |
tree | aac0b19d03bd794ae27830d008686ec2866f9f5b | |
parent | 5aa573d8c796e50b2f1c4283f68b0f1a27cd4280 (diff) | |
download | guix-568bd2e3822b3ad6d8190f1dc04c5a6e43dcb2fa.tar guix-568bd2e3822b3ad6d8190f1dc04c5a6e43dcb2fa.tar.gz |
gnu: dendropy: Update home page.
* gnu/packages/bioinformatics.scm (dendropy)[home-page]: Update.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index edfccacb4e..18f07e5dc2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2439,7 +2439,7 @@ accessing bigWig files.") (base32 "097hfyv2kaf4x92i4rjx0paw2cncxap48qivv8zxng4z7nhid0x9")))) (build-system python-build-system) - (home-page "http://packages.python.org/DendroPy/") + (home-page "https://dendropy.org/") (synopsis "Library for phylogenetics and phylogenetic computing") (description "DendroPy is a library for phylogenetics and phylogenetic computing: reading, |