Commit 92409f5c authored by Matt Moriarity's avatar Matt Moriarity
Browse files

beeper: add mjm as maintainer

parent fbda5a48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}