oauth2-proxy: add swarsel as maintainer

This commit is contained in:
Leon Schwarzäugl
2026-02-02 13:49:16 +01:00
committed by Sandro Jäckel
parent 075e30a3fa
commit 45c6dbeba8
+3
View File
@@ -29,5 +29,8 @@ buildGoModule rec {
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
license = lib.licenses.mit;
mainProgram = "oauth2-proxy";
maintainers = with lib.maintainers; [
swarsel
];
};
}