ente-cli: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-09-16 20:06:01 -03:00
parent 925b7e36ff
commit 959ffd1126
+3 -2
View File
@@ -86,8 +86,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/ente-io/ente/tree/main/cli#readme";
changelog = "https://github.com/ente-io/ente/releases/tag/cli-v${finalAttrs.version}";
license = lib.licenses.agpl3Only;
maintainers = [
lib.maintainers.zi3m5f
maintainers = with lib.maintainers; [
zi3m5f
iedame
];
mainProgram = "ente";
};