brave: add buckley310 to maintainers

This commit is contained in:
Sean Buckley
2023-12-21 13:46:11 -05:00
parent 490828bce1
commit 5f053b3720
@@ -205,7 +205,7 @@ stdenv.mkDerivation rec {
'';
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20;
maintainers = with maintainers; [ uskudnik rht jefflabonte nasirhm ];
maintainers = with maintainers; [ uskudnik rht jefflabonte nasirhm buckley310 ];
platforms = [ "x86_64-linux" ];
};
}