whoami: add defelo as maintainer

Defelo 1b6b33df e35096c0

Changed files
+4 -1
pkgs
by-name
wh
whoami
+4 -1
pkgs/by-name/wh/whoami/package.nix
···
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 ];
};
})
···
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
+
defelo
+
];
};
})