stract: add ngi team to maintainers

This commit is contained in:
eljamm
2025-01-24 11:04:50 +01:00
committed by Valentin Gagarin
parent f8f19caca1
commit 6609b5a315
+6 -1
View File
@@ -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;
};
}