Merge pull request #110623 from yurrriq/beam-team
This commit is contained in:
commit
c538a83d7c
@ -2279,6 +2279,12 @@
|
|||||||
githubId = 265220;
|
githubId = 265220;
|
||||||
name = "David Leung";
|
name = "David Leung";
|
||||||
};
|
};
|
||||||
|
DianaOlympos = {
|
||||||
|
email = "DianaOlympos@noreply.github.com";
|
||||||
|
github = "DianaOlympos";
|
||||||
|
githubId = 15774340;
|
||||||
|
name = "Thomas Depierre";
|
||||||
|
};
|
||||||
dipinhora = {
|
dipinhora = {
|
||||||
email = "dipinhora+github@gmail.com";
|
email = "dipinhora+github@gmail.com";
|
||||||
github = "dipinhora";
|
github = "dipinhora";
|
||||||
|
@ -29,6 +29,18 @@ with lib.maintainers; {
|
|||||||
scope = "Maintain ACME-related packages and modules.";
|
scope = "Maintain ACME-related packages and modules.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
beam = {
|
||||||
|
members = [
|
||||||
|
ankhers
|
||||||
|
Br1ght0ne
|
||||||
|
DianaOlympos
|
||||||
|
gleber
|
||||||
|
happysalada
|
||||||
|
yurrriq
|
||||||
|
];
|
||||||
|
scope = "Maintain BEAM-related packages and modules.";
|
||||||
|
};
|
||||||
|
|
||||||
cinnamon = {
|
cinnamon = {
|
||||||
members = [
|
members = [
|
||||||
mkg20001
|
mkg20001
|
||||||
|
@ -53,4 +53,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = teams.beam.members;
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A statically typed language for the Erlang VM";
|
description = "A statically typed language for the Erlang VM";
|
||||||
homepage = "https://gleam.run/";
|
homepage = "https://gleam.run/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ Br1ght0ne ];
|
maintainers = teams.beam.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,6 +69,6 @@ in
|
|||||||
|
|
||||||
license = licenses.epl10;
|
license = licenses.epl10;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ havvy couchemar ankhers Br1ght0ne ];
|
maintainers = teams.beam.members;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -126,7 +126,7 @@ in stdenv.mkDerivation ({
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ sjmackenzie couchemar gleber ];
|
maintainers = teams.beam.members;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
} // meta);
|
} // meta);
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ buildRebar3 {
|
|||||||
downloadPage = "https://github.com/rvirding/lfe/releases";
|
downloadPage = "https://github.com/rvirding/lfe/releases";
|
||||||
|
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ yurrriq ankhers ];
|
maintainers = teams.beam.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
|
maintainers = lib.teams.beam.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ gleber tazjin ];
|
maintainers = lib.teams.beam.members;
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user