whoami: add defelo as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user