mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
[Backport release-24.05] mautrix-meta: adds maintainer, adds automatic updating (#340028)
This commit is contained in:
commit
4622495e1a
@ -1,6 +1,7 @@
|
||||
{ buildGoModule
|
||||
, config
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, lib
|
||||
, nixosTests
|
||||
, olm
|
||||
@ -37,13 +38,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 New Issue
Block a user