mautrix-meta: drop maintainership Rutherther

This commit is contained in:
Rutherther
2024-10-06 20:33:42 +02:00
parent 94de233834
commit 379ca4e67f
2 changed files with 2 additions and 2 deletions
@@ -558,5 +558,5 @@ in {
}
];
meta.maintainers = with lib.maintainers; [ rutherther ];
meta.maintainers = with lib.maintainers; [ ];
}
+1 -1
View File
@@ -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";
};
}