maintainers/teams: add cosmopolitan team

main
Louis Bettens 2 years ago
parent bd84351def
commit 9f4b404b5c
  1. 8
      maintainers/team-list.nix
  2. 2
      pkgs/development/interpreters/python-cosmopolitan/default.nix
  3. 2
      pkgs/development/libraries/cosmopolitan/default.nix
  4. 2
      pkgs/development/tools/cosmoc/default.nix

@ -70,6 +70,14 @@ with lib.maintainers; {
scope = "Maintain the Chia blockchain and its dependencies";
};
cosmopolitan = {
members = [
lourkeur
tomberek
];
scope = "Maintain the Cosmopolitan LibC and related programs.";
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
platforms = platforms.x86_64;
badPlatforms = platforms.darwin;
license = licenses.isc;
maintainers = with maintainers; [ lourkeur tomberek ];
maintainers = teams.cosmopolitan.members;
mainProgram = "python.com";
};
}

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
platforms = platforms.x86_64;
badPlatforms = platforms.darwin;
license = licenses.isc;
maintainers = with maintainers; [ lourkeur tomberek ];
maintainers = teams.cosmopolitan.members;
};
}

@ -35,6 +35,6 @@ stdenv.mkDerivation {
homepage = "https://justine.lol/cosmopolitan/";
description = "compiler for Cosmopolitan C programs";
license = licenses.mit;
maintainers = with maintainers; [ lourkeur tomberek ];
maintainers = teams.cosmopolitan.members;
};
}

Loading…
Cancel
Save