Unverified Commit 04e57f0b authored by Edmund Miller's avatar Edmund Miller
Browse files

beeper: add edmundmiller to maintainers

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