nckx pushed a commit to branch master
in repository guix.

commit 486a08004850f30d8d860640c41378b130288f21
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 21:22:43 2020 +0100

    gnu: r-htqpcr: Update home page.
    
    * gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link
    to PDF paper.
---
 gnu/packages/bioconductor.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4320bc0..bc7623e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6630,7 +6630,8 @@ measures.")
        ("r-gplots" ,r-gplots)
        ("r-limma" ,r-limma)
        ("r-rcolorbrewer" ,r-rcolorbrewer)))
-    (home-page "http://www.ebi.ac.uk/bertone/software";)
+    (home-page (string-append "https://www.ebi.ac.uk/sites/ebi.ac.uk/files/";
+                              "groups/bertone/software/HTqPCR.pdf"))
     (synopsis "Automated analysis of high-throughput qPCR data")
     (description
      "Analysis of Ct values from high throughput quantitative real-time

Reply via email to