guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: dcmtk: Use HTTPS home page.


From: guix-commits
Subject: 01/12: gnu: dcmtk: Use HTTPS home page.
Date: Tue, 19 Mar 2019 12:03:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2ad4f2e00da3bcf1a87be16c0b456255e7a5f79
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 13:11:56 2019 +0100

    gnu: dcmtk: Use HTTPS home page.
    
    * gnu/packages/image-processing.scm (dcmtk)[home-page]: Use HTTPS.
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 14e8b15..54ff39f 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -88,7 +88,7 @@
        ("zlib" ,zlib)))
     (native-inputs
      `(("perl" ,perl)))
-    (home-page "http://dcmtk.org";)
+    (home-page "https://dcmtk.org";)
     (synopsis "Libraries and programs implementing parts of the DICOM 
standard")
     (description "DCMTK is a collection of libraries and applications
 implementing large parts the DICOM standard.  It includes software for



reply via email to

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