Merge pull request #107923 from mjlbach/add_mjlbach_maintainer

maintainers: add mjlbach
This commit is contained in:
Pavol Rusnak
2020-12-30 00:27:37 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -5925,6 +5925,12 @@
githubId = 1001112;
name = "Marcin Janczyk";
};
mjlbach = {
email = "m.j.lbach@gmail.com";
github = "mjlbach";
githubId = 13316262;
name = "Michael Lingelbach";
};
mjp = {
email = "mike@mythik.co.uk";
github = "MikePlayle";

View File

@@ -61,7 +61,7 @@ mkDerivation rec {
description = "A client for matrix, the decentralized communication protocol.";
homepage = "https://apps.kde.org/en/neochat";
license = licenses.gpl3Only;
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ mjlbach peterhoeg ];
platforms = with platforms; linux;
};
}