Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,17 @@ with lib.maintainers;
github = "radicle";
};

redox = {
members = [
Comment thread
SuperSandro2000 marked this conversation as resolved.
theoparis
eveeifyeve
ericson2314
Comment thread
SuperSandro2000 marked this conversation as resolved.
anderscs
];
scope = "Maintains the redox package set";
shortName = "Redox";
};
Comment thread
SuperSandro2000 marked this conversation as resolved.

rocm = {
github = "rocm";
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/io/ion/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ rustPlatform.buildRustPackage {
maintainers = with lib.maintainers; [ dywedir ];
mainProgram = "ion";
platforms = lib.platforms.unix;
teams = [ lib.teams.redox ];
};
}
Loading