diff options
| author | Ben Siraphob <bensiraphob@gmail.com> | 2021-12-29 23:47:12 +0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-29 17:02:12 +0000 |
| commit | afbfa6630d072188744ccb8da8574b98311d492f (patch) | |
| tree | 8782061b4ec85050f676177e46b7d0472b5d4f61 | |
| parent | Merge pull request #152593 from NixOS/backport-152591-to-release-21.11 (diff) | |
| download | nixpkgs-afbfa6630d072188744ccb8da8574b98311d492f.tar.gz | |
blockhash: update meta.homepage
(cherry picked from commit 42b3533fa8f3d1c77d2bb96ee459a3bbfe36bc2f)
| -rw-r--r-- | pkgs/tools/graphics/blockhash/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/blockhash/default.nix b/pkgs/tools/graphics/blockhash/default.nix index d50030a51752..56ae99f051f6 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, |
