3
0
Fork 0
forked from mirrors/nixpkgs

signal-desktop: Transfer maintainership

I was actively maintaining the package but stopped using it since the
Ozone/Wayland support broke (e06082eda0 - and I was already migrating
away from Signal anyway).

Mic92 kindly offered to take over and equirosa also offered to become
active again. So it should be in good hands :)
And thank you ixmatus for packaging Signal-Desktop in Nixpkgs.
This commit is contained in:
Michael Weiss 2022-03-06 17:57:44 +01:00
parent 7429dcdcb6
commit 52cbeeda30
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -147,7 +147,7 @@ in stdenv.mkDerivation rec {
homepage = "https://signal.org/";
changelog = "https://github.com/signalapp/Signal-Desktop/releases/tag/v${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ ixmatus primeos equirosa ];
maintainers = with lib.maintainers; [ mic92 equirosa ];
platforms = [ "x86_64-linux" ];
};
}