julia_18-bin: add nickcao as a maintainer

This commit is contained in:
Nick Cao 2022-09-19 11:58:07 +08:00
parent e992f35ba8
commit d35fab6ce2
No known key found for this signature in database

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
homepage = "https://julialang.org"; homepage = "https://julialang.org";
# Bundled and linked with various GPL code, although Julia itself is MIT. # Bundled and linked with various GPL code, although Julia itself is MIT.
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ninjin raskin ]; maintainers = with lib.maintainers; [ ninjin raskin nickcao ];
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "julia"; mainProgram = "julia";
}; };