diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-23 16:56:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-23 18:13:29 +0100 |
commit | 1b66989bedc4999151fdc5184bb7fa5ed8ce0bc7 (patch) | |
tree | 0b44e87012815b94d6ef08c304359d0f293fcad3 | |
parent | b1c4dafbf1428b5e004c2c1c173eaa8b7a73ed39 (diff) | |
download | guix-1b66989bedc4999151fdc5184bb7fa5ed8ce0bc7.tar guix-1b66989bedc4999151fdc5184bb7fa5ed8ce0bc7.tar.gz |
gnu: python2-pysnptools: Use better home page.
* gnu/packages/python-xyz.scm (python2-pysnptools)[home-page]: Use better home
page.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 35ac4e69f5..3c5298ac82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3393,7 +3393,7 @@ toolkits.") ("python2-pandas" ,python2-pandas))) (native-inputs `(("unzip" ,unzip))) - (home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/") + (home-page "http://microsoftgenomics.github.io/PySnpTools/") (synopsis "Library for reading and manipulating genetic data") (description "PySnpTools is a library for reading and manipulating genetic data. It |