summary refs log tree commit diff
path: root/pkgs/development/libraries/libtommath
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
commit0d5eb901ad99275d0c0f787957b5db81c38612b2 (patch)
tree6e18bfc2f6c2968035b193cfb3a6b5b869139c4e /pkgs/development/libraries/libtommath
parent59daa4fd629f7e6547bdff047d9759c353f29067 (diff)
treewide: http -> https
Diffstat (limited to 'pkgs/development/libraries/libtommath')
-rw-r--r--pkgs/development/libraries/libtommath/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtommath/default.nix b/pkgs/development/libraries/libtommath/default.nix
index cd13eef156d0b..8c88dd97ec411 100644
--- a/pkgs/development/libraries/libtommath/default.nix
+++ b/pkgs/development/libraries/libtommath/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with stdenv.lib; {
-    homepage = http://www.libtom.net/LibTomMath/;
+    homepage = https://www.libtom.net/LibTomMath/;
     description = "A library for integer-based number-theoretic applications";
     license = with licenses; [ publicDomain wtfpl ];
     platforms = platforms.unix;