neochat: add mjlbach as a maintainer

This commit is contained in:
Michael Lingelbach 2020-12-29 15:02:04 -08:00
parent 8b15fa09f5
commit ba3532f4cd

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;
};
}