Commit 379ca4e6 authored by Rutherther's avatar Rutherther
Browse files

mautrix-meta: drop maintainership Rutherther

parent 94de2338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,5 +558,5 @@ in {
    }
  ];

  meta.maintainers = with lib.maintainers; [ rutherther ];
  meta.maintainers = with lib.maintainers; [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ buildGoModule rec {
    homepage = "https://github.com/mautrix/meta";
    description = "Matrix <-> Facebook and Matrix <-> Instagram hybrid puppeting/relaybot bridge";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ rutherther eyjhb ];
    maintainers = with lib.maintainers; [ eyjhb ];
    mainProgram = "mautrix-meta";
  };
}