guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: r-dnacopy: Fix home page URL.


From: Ludovic Courtès
Subject: 01/01: gnu: r-dnacopy: Fix home page URL.
Date: Fri, 18 Mar 2016 22:00:53 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5697fdc36681f1c4727651beb99324d7a3363367
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 18 23:00:04 2016 +0100

    gnu: r-dnacopy: Fix home page URL.
    
    * gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
    URI scheme.
---
 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 60a0149..281bd1f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3952,7 +3952,7 @@ packages.")
     (build-system r-build-system)
     (inputs
      `(("gfortran" ,gfortran)))
-    (home-page "bioconductor.org/packages/DNAcopy")
+    (home-page "https://bioconductor.org/packages/DNAcopy";)
     (synopsis "Implementation of a circular binary segmentation algorithm")
     (description "This package implements the circular binary segmentation 
(CBS)
 algorithm to segment DNA copy number data and identify genomic regions with



reply via email to

[Prev in Thread] Current Thread [Next in Thread]