mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
mautrix-meta: adds maintainer, adds automatic updating (#338768)
This commit is contained in:
commit
cedcff6b49
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ buildGoModule
|
{ buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, nix-update-script
|
||||||
, lib
|
, lib
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, olm
|
, olm
|
||||||
|
@ -36,13 +37,16 @@ buildGoModule rec {
|
||||||
mautrix-meta-sqlite
|
mautrix-meta-sqlite
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mautrix/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;
|
license = lib.licenses.agpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ rutherther ];
|
maintainers = with lib.maintainers; [ rutherther eyjhb ];
|
||||||
mainProgram = "mautrix-meta";
|
mainProgram = "mautrix-meta";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue