Merge pull request #107923 from mjlbach/add_mjlbach_maintainer
maintainers: add mjlbach
This commit is contained in:
commit
199369a025
@ -5925,6 +5925,12 @@
|
|||||||
githubId = 1001112;
|
githubId = 1001112;
|
||||||
name = "Marcin Janczyk";
|
name = "Marcin Janczyk";
|
||||||
};
|
};
|
||||||
|
mjlbach = {
|
||||||
|
email = "m.j.lbach@gmail.com";
|
||||||
|
github = "mjlbach";
|
||||||
|
githubId = 13316262;
|
||||||
|
name = "Michael Lingelbach";
|
||||||
|
};
|
||||||
mjp = {
|
mjp = {
|
||||||
email = "mike@mythik.co.uk";
|
email = "mike@mythik.co.uk";
|
||||||
github = "MikePlayle";
|
github = "MikePlayle";
|
||||||
|
@ -61,7 +61,7 @@ mkDerivation rec {
|
|||||||
description = "A client for matrix, the decentralized communication protocol.";
|
description = "A client for matrix, the decentralized communication protocol.";
|
||||||
homepage = "https://apps.kde.org/en/neochat";
|
homepage = "https://apps.kde.org/en/neochat";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ mjlbach peterhoeg ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user