mautrix*: update src

main
Maximilian Bosch 3 years ago
parent 1d76b19de4
commit cd75f6b237
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 6
      pkgs/servers/mautrix-signal/default.nix
  2. 6
      pkgs/servers/mautrix-telegram/default.nix

@ -5,8 +5,8 @@ python3.pkgs.buildPythonPackage rec {
version = "unstable-2021-11-12";
src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-signal";
owner = "mautrix";
repo = "signal";
rev = "2e57810e964c1701df2e69273c2f8cebbe021464";
sha256 = "sha256-xgn01nbY3LR4G1Yk2MgUhq116/wEhG+5vLH6HKqZE+8=";
};
@ -46,7 +46,7 @@ python3.pkgs.buildPythonPackage rec {
'';
meta = with lib; {
homepage = "https://github.com/tulir/mautrix-signal";
homepage = "https://github.com/mautrix/signal";
description = "A Matrix-Signal puppeting bridge";
license = licenses.agpl3Plus;
platforms = platforms.linux;

@ -37,8 +37,8 @@ in python.pkgs.buildPythonPackage rec {
disabled = python.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "tulir";
repo = pname;
owner = "mautrix";
repo = "telegram";
rev = "v${version}";
sha256 = "sha256-BYsGLyxhdjBVmnZXLC5ZjwDlWcHdUGp+DsNIOXA1/Tc=";
};
@ -97,7 +97,7 @@ in python.pkgs.buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/tulir/mautrix-telegram";
homepage = "https://github.com/mautrix/telegram";
description = "A Matrix-Telegram hybrid puppeting/relaybot bridge";
license = licenses.agpl3Plus;
platforms = platforms.linux;

Loading…
Cancel
Save