Skip to content

Commit

Permalink
mautrix-meta: adds maintainer, adds automatic updating (NixOS#338768)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Sep 6, 2024
2 parents fe63e7a + 5fb5203 commit cedcff6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/ma/mautrix-meta/package.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ buildGoModule
, fetchFromGitHub
, nix-update-script
, lib
, nixosTests
, olm
Expand Down Expand Up @@ -36,13 +37,16 @@ buildGoModule rec {
mautrix-meta-sqlite
;
};

updateScript = nix-update-script { };
};


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 ];
maintainers = with lib.maintainers; [ rutherther eyjhb ];
mainProgram = "mautrix-meta";
};
}

0 comments on commit cedcff6

Please sign in to comment.