Skip to content

Commit

Permalink
traefik: add djds as maintainer
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f34680)
  • Loading branch information
djds authored and Scrumplex committed Feb 4, 2025
1 parent b6f5f9c commit 8c6fbe8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/tr/traefik/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ buildGo123Module rec {
description = "Modern reverse proxy";
changelog = "https://github.com/traefik/traefik/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ vdemeester ];
maintainers = with maintainers; [
djds
vdemeester
];
mainProgram = "traefik";
};
}

0 comments on commit 8c6fbe8

Please sign in to comment.