Skip to content

Commit

Permalink
pomerium: add devusb to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Jan 26, 2024
1 parent 745e7d3 commit 5b651da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/pomerium.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "pomerium";
meta = with lib.maintainers; {
maintainers = [ lukegb ];
maintainers = [ lukegb devusb ];
};

nodes = let base = myIP: { pkgs, lib, ... }: {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/http/pomerium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ buildGoModule rec {
homepage = "https://pomerium.io";
description = "Authenticating reverse proxy";
license = licenses.asl20;
maintainers = with maintainers; [ lukegb ];
maintainers = with maintainers; [ lukegb devusb ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}

0 comments on commit 5b651da

Please sign in to comment.