tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
octave: add @doronbehar as maintainer
Doron Behar
5 years ago
247cf9f2
67888e5b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
octave
default.nix
+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
201
-
maintainers = with stdenv.lib.maintainers; [raskin];
201
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;