about summary refs log tree commit diff
path: root/pkgs/tools/graphics/blockhash
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:02:51 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:06:47 +0700
commit39a0a70d290c8059b13c78e5bb01e3bdef968737 (patch)
tree4f72b36f955fa5c90e5b4825b19ac4707debe261 /pkgs/tools/graphics/blockhash
parent9d6fd49ad6efed0243259e1222f683d8d85322f0 (diff)
treewide: fix homepages with permanent redirect to https
Diffstat (limited to 'pkgs/tools/graphics/blockhash')
-rw-r--r--pkgs/tools/graphics/blockhash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/blockhash/default.nix b/pkgs/tools/graphics/blockhash/default.nix
index ed2c422e75254..61b0c25631d5d 100644
--- a/pkgs/tools/graphics/blockhash/default.nix
+++ b/pkgs/tools/graphics/blockhash/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   strictDeps = true;
 
   meta = with lib; {
-    homepage = "http://blockhash.io/";
+    homepage = "https://blockhash.io/";
     description = ''
       This is a perceptual image hash calculation tool based on algorithm
       descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,