traefik: add djds as maintainer (#377217)

This commit is contained in:
Sefa Eyeoglu 2025-02-04 11:11:44 +01:00 committed by GitHub
commit 2cbc3ba779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -5974,6 +5974,12 @@
githubId = 523628;
name = "Jonathan Strickland";
};
djds = {
email = "git@djds.dev";
github = "djds";
githubId = 4218822;
name = "djds";
};
Dje4321 = {
email = "dje4321@gmail.com";
github = "dje4321";

View File

@ -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";
};
}