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

View File

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