InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Use https instead of http when https works #129

Closed jhlegarreta closed 2 years ago

jhlegarreta commented 2 years ago

https is more tamper-resistant and more private so we use it instead of http when it is available.

Following https://github.com/InsightSoftwareConsortium/ITK/pull/3428/commits/9cd0f2053f0cf181ec4412bf896301faf0cc2092

Bump the ITK commit hash so that the above changes are accepted by the ITK style checker.