Merge pull request #73426 from equirosa/master

signal-desktop: 1.27.4 -> 1.28.0
This commit is contained in:
Marek Mahut 2019-11-15 12:32:22 +01:00 committed by GitHub
commit 2b488b3fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -2092,6 +2092,12 @@
email = "mpcervin@uncg.edu"; email = "mpcervin@uncg.edu";
name = "Mabry Cervin"; name = "Mabry Cervin";
}; };
equirosa = {
email = "eduardo@eduardoquiros.com";
github = "equirosa";
githubId = 39096810;
name = "Eduardo Quiros";
};
eqyiel = { eqyiel = {
email = "ruben@maher.fyi"; email = "ruben@maher.fyi";
github = "eqyiel"; github = "eqyiel";

View file

@ -114,7 +114,7 @@ in stdenv.mkDerivation rec {
''; '';
homepage = https://signal.org/; homepage = https://signal.org/;
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ ixmatus primeos ]; maintainers = with lib.maintainers; [ ixmatus primeos equirosa ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }