lefthook: update meta

This commit is contained in:
Mario Rodas 2022-07-30 04:20:00 +00:00
parent a06500c7fe
commit 3ed2e7552f

View File

@ -28,7 +28,8 @@ buildGoModule rec {
meta = with lib; {
description = "Fast and powerful Git hooks manager for any type of projects";
homepage = "https://github.com/Arkweid/lefthook";
homepage = "https://github.com/evilmartians/lefthook";
changelog = "https://github.com/evilmartians/lefthook/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ rencire ];
};