stract: add ngi team to maintainers
This commit is contained in:
@@ -65,6 +65,11 @@ rustPlatform.buildRustPackage {
|
||||
description = "Open source web search engine hosted at stract.com targeted towards tinkerers and developers.";
|
||||
homepage = "https://github.com/StractOrg/stract";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ ailsa-sun ];
|
||||
maintainers =
|
||||
with lib.maintainers;
|
||||
[
|
||||
ailsa-sun
|
||||
]
|
||||
++ lib.teams.ngi.members;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user