octave: add @doronbehar as maintainer
This commit is contained in:
parent
67888e5bac
commit
247cf9f283
|
@ -198,7 +198,7 @@ in mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.gnu.org/software/octave/";
|
homepage = "https://www.gnu.org/software/octave/";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [ raskin doronbehar ];
|
||||||
description = "Scientific Pragramming Language";
|
description = "Scientific Pragramming Language";
|
||||||
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT
|
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=56425 is the best attempt to fix JIT
|
||||||
broken = enableJIT;
|
broken = enableJIT;
|
||||||
|
|
Loading…
Reference in New Issue