mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
mautrix-meta: adds maintainer, adds automatic updating (#338768)
This commit is contained in:
commit
cedcff6b49
|
@ -1,5 +1,6 @@
|
|||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, lib
|
||||
, nixosTests
|
||||
, olm
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue