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
|
@ -88,7 +88,7 @@
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(home-page "http://dcmtk.org")
|
(home-page "https://dcmtk.org")
|
||||||
(synopsis "Libraries and programs implementing parts of the DICOM standard")
|
(synopsis "Libraries and programs implementing parts of the DICOM standard")
|
||||||
(description "DCMTK is a collection of libraries and applications
|
(description "DCMTK is a collection of libraries and applications
|
||||||
implementing large parts the DICOM standard. It includes software for
|
implementing large parts the DICOM standard. It includes software for
|
||||||
|
|
Loading…
Reference in New Issue