mautrix*: update src

This commit is contained in:
Maximilian Bosch 2021-11-17 13:23:31 +01:00
parent 1d76b19de4
commit cd75f6b237
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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;