whoami: add defelo as maintainer

This commit is contained in:
Defelo
2025-04-09 16:16:31 +02:00
parent e35096c0ba
commit 1b6b33df22
+4 -1
View File
@@ -30,6 +30,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/traefik/whoami";
changelog = "https://github.com/traefik/whoami/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dvcorreia ];
maintainers = with lib.maintainers; [
dvcorreia
defelo
];
};
})