mautrix-meta: fixed typo in description

(cherry picked from commit 5fb520389b)
This commit is contained in:
eyjhb
2024-09-01 12:14:02 +02:00
committed by github-actions[bot]
parent 5b0018f4ce
commit 7ee48d9f5f

View File

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