Skip to content

Commit

Permalink
maintainers/team-list: create graalvm-ce team
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Feb 9, 2023
1 parent 1da6843 commit 0c7f039
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
13 changes: 13 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,19 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};

graalvm-ce = {
members = [
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];
scope = "Maintain GraalVM Community Edition packages.";
shortName = "GraalVM-CE";
};

haskell = {
members = [
cdepillabout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,7 @@ let
license = with licenses; [ upl gpl2Classpath bsd3 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "java";
maintainers = with maintainers; [
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];
maintainers = with maintainers; teams.graalvm-ce.members ++ [ ];
} // meta);
});
in graalvmXXX-ce
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ stdenv.mkDerivation (args // {
description = "High-Performance Polyglot VM (Product: ${product})";
license = with licenses; [ upl gpl2Classpath bsd3 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];
maintainers = with maintainers; teams.graalvm-ce.members ++ [ ];
} // meta);
})

0 comments on commit 0c7f039

Please sign in to comment.