dependabot-cli: add philiptaron as a maintainer

I'll do it as part of keeping nixpkgs-vet up to date.
This commit is contained in:
Philip Taron
2025-05-26 12:49:35 -07:00
parent b80cf33ab1
commit 28a03525e3
+4 -3
View File
@@ -104,14 +104,15 @@ buildGoModule {
version = "v${version}";
};
meta = with lib; {
meta = {
changelog = "https://github.com/dependabot/cli/releases/tag/v${version}";
description = "Tool for testing and debugging Dependabot update jobs";
mainProgram = "dependabot";
homepage = "https://github.com/dependabot/cli";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
infinisil
philiptaron
];
};
}