treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-06-23 04:34:55 -07:00
parent 59daa4fd62
commit 0d5eb901ad
55 changed files with 59 additions and 59 deletions
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.libtom.net/LibTomCrypt/;
homepage = https://www.libtom.net/LibTomCrypt/;
description = "A fairly comprehensive, modular and portable cryptographic toolkit";
license = with licenses; [ publicDomain wtfpl ];
platforms = platforms.linux;