forked from mirrors/nixpkgs
Merge pull request #152599 from siraben/blockhash-homepage
blockhash: update meta.homepage
This commit is contained in:
commit
053951abf4
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://blockhash.io/";
|
homepage = "https://github.com/commonsmachinery/blockhash";
|
||||||
description = ''
|
description = ''
|
||||||
This is a perceptual image hash calculation tool based on algorithm
|
This is a perceptual image hash calculation tool based on algorithm
|
||||||
descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,
|
descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,
|
||||||
|
|
Loading…
Reference in a new issue