Unverified Commit 959ffd11 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

ente-cli: add maintainer iedame

parent 925b7e36
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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";
  };