beeper: add mjm as maintainer

This commit is contained in:
Matt Moriarity 2023-10-11 10:49:52 -06:00
parent fbda5a48a7
commit 92409f5c22

View File

@ -77,7 +77,7 @@ mkDerivation rec {
'';
homepage = "https://beeper.com";
license = licenses.unfree;
maintainers = with maintainers; [ jshcmpbll ];
maintainers = with maintainers; [ jshcmpbll mjm ];
platforms = [ "x86_64-linux" ];
};
}