diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-21 01:28:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-21 02:15:31 +0100 |
commit | b725655fce8444049f886955a143b005642f811a (patch) | |
tree | 2a0c2d8eeed5701d18f564f9dac9e93e637dc5b3 | |
parent | b56f2b6366a387ff42d7a33998f08527df60875e (diff) | |
download | patches-b725655fce8444049f886955a143b005642f811a.tar patches-b725655fce8444049f886955a143b005642f811a.tar.gz |
gnu: grit: Update home page.
* gnu/packages/bioinformatics.scm (grit)[home-page]: Use source code
repository as home page.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 81ffbb7cf8..a0a5597ab5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3313,7 +3313,8 @@ association studies (GWAS).") ("python-networkx" ,python2-networkx))) (native-inputs `(("python-cython" ,python2-cython))) - (home-page "http://grit-bio.org") + ;; The canonical <http://grit-bio.org> home page times out as of 2020-01-21. + (home-page "https://github.com/nboley/grit") (synopsis "Tool for integrative analysis of RNA-seq type assays") (description "GRIT is designed to use RNA-seq, TES, and TSS data to build and quantify |