beeper: add edmundmiller to maintainers

This commit is contained in:
Edmund Miller 2024-01-27 13:53:58 -06:00
parent b84472bdaf
commit 04e57f0be3
No known key found for this signature in database

View File

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