gitlab-container-registry: add leona to maintainers
This commit is contained in:
@@ -29,7 +29,13 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
|
||||
maintainers =
|
||||
with maintainers;
|
||||
[
|
||||
leona
|
||||
yayayayaka
|
||||
]
|
||||
++ teams.cyberus.members;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user