octave: add @doronbehar as maintainer

+1 -1
+1 -1
pkgs/development/interpreters/octave/default.nix
··· 198 198 meta = { 199 199 homepage = "https://www.gnu.org/software/octave/"; 200 200 license = stdenv.lib.licenses.gpl3Plus; 201 - maintainers = with stdenv.lib.maintainers; [raskin]; 201 + maintainers = with stdenv.lib.maintainers; [ raskin doronbehar ]; 202 202 description = "Scientific Pragramming Language"; 203 203 # https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT 204 204 broken = enableJIT;