git-hound: modernize

This commit is contained in:
Fabian Affolter
2026-05-17 23:31:13 +02:00
committed by GitHub
parent e9f6f649b5
commit 26918a7812
+2 -2
View File
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
and a unique result scoring system.
'';
homepage = "https://github.com/tillson/git-hound";
changelog = "https://github.com/tillson/git-hound/releases/tag/v${finalAttrs.version}";
license = with lib.licenses; [ mit ];
changelog = "https://github.com/tillson/git-hound/releases/tag/v${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "git-hound";
};