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 23:47:12 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-12-29 23:47:12 +0700
commit42b3533fa8f3d1c77d2bb96ee459a3bbfe36bc2f (patch)
treeb8d66bb77cc34f76305100e4886e0e5cd6b0f436 /pkgs/tools/graphics/blockhash
parent39a0a70d290c8059b13c78e5bb01e3bdef968737 (diff)
blockhash: update meta.homepage
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 61b0c25631d5d..4f63cf90a3aeb 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 = "https://blockhash.io/";
+    homepage = "https://github.com/commonsmachinery/blockhash";
     description = ''
       This is a perceptual image hash calculation tool based on algorithm
       descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,