mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: dcmtk: Use HTTPS home page.
* gnu/packages/image-processing.scm (dcmtk)[home-page]: Use HTTPS.
This commit is contained in:
parent
c0aaca02c7
commit
d2ad4f2e00
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ (define-public dcmtk
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue