maintainers/teams: add beam team

master
Eric Bailey 2021-01-23 14:25:40 -06:00
parent 2222cdb6c8
commit 35056b3b61
8 changed files with 20 additions and 5 deletions

View File

@ -29,6 +29,18 @@ with lib.maintainers; {
scope = "Maintain ACME-related packages and modules.";
};
beam = {
members = [
ankhers
Br1ght0ne
DianaOlympos
gleber
happysalada
yurrriq
];
scope = "Maintain BEAM-related packages and modules.";
};
cinnamon = {
members = [
mkg20001

View File

@ -53,4 +53,6 @@ in
};
};
};
meta.maintainers = teams.beam.members;
}

View File

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
description = "A statically typed language for the Erlang VM";
homepage = "https://gleam.run/";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne ];
maintainers = teams.beam.members;
};
}

View File

@ -69,6 +69,6 @@ in
license = licenses.epl10;
platforms = platforms.unix;
maintainers = with maintainers; [ havvy couchemar ankhers Br1ght0ne ];
maintainers = teams.beam.members;
};
})

View File

@ -126,7 +126,7 @@ in stdenv.mkDerivation ({
'';
platforms = platforms.unix;
maintainers = with maintainers; [ sjmackenzie couchemar gleber ];
maintainers = teams.beam.members;
license = licenses.asl20;
} // meta);
}

View File

@ -87,7 +87,7 @@ buildRebar3 {
downloadPage = "https://github.com/rvirding/lfe/releases";
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ankhers ];
maintainers = teams.beam.members;
platforms = platforms.unix;
};
}

View File

@ -37,5 +37,6 @@ stdenv.mkDerivation {
platforms = lib.platforms.unix;
license = lib.licenses.asl20;
maintainers = lib.teams.beam.members;
};
}

View File

@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
'';
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ gleber tazjin ];
maintainers = lib.teams.beam.members;
license = lib.licenses.asl20;
};
}