Skip to content

Commit

Permalink
maintainers: add dbreyfogle
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Breyfogle committed Jan 2, 2025
1 parent 3e5909b commit 0c3e59b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5316,6 +5316,12 @@
githubId = 175485311;
name = "D. Brasher";
};
dbreyfogle = {
email = "[email protected]";
github = "dbreyfogle";
githubId = 27653146;
name = "Danny Breyfogle";
};
dbrgn = {
email = "[email protected]";
github = "dbrgn";
Expand Down
9 changes: 6 additions & 3 deletions pkgs/by-name/hc/hcp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
gitUpdater,
hcp,
}:

Expand All @@ -22,13 +23,15 @@ buildGoModule rec {
export HOME=$TMPDIR
'';

meta = with lib; {
passthru.updateScript = gitUpdater { rev-prefix = "v"; };

meta = {
description = "HCP Command-Line Interface";
homepage = "https://github.com/hashicorp/hcp";
changelog = "https://github.com/hashicorp/hcp/raw/v${version}/CHANGELOG.md";
mainProgram = "hcp";
license = [ licenses.mpl20 ];
maintainers = with maintainers; [
license = [ lib.licenses.mpl20 ];
maintainers = with lib.maintainers; [
dbreyfogle
];
};
Expand Down

0 comments on commit 0c3e59b

Please sign in to comment.