git-hound: modernize
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user