julia_19: add joshniemela to maintainers
This commit is contained in:
parent
ebb1b60be1
commit
a4f7cd5fe3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "High-level performance-oriented dynamical language for technical computing";
|
description = "High-level performance-oriented dynamical language for technical computing";
|
||||||
homepage = "https://julialang.org/";
|
homepage = "https://julialang.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nickcao ];
|
maintainers = with maintainers; [ nickcao joshniemela ];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue