nixos/services.mysql: add myselfe as maintainer

This commit is contained in:
6543 2025-02-14 01:06:52 +01:00
parent 0256f1180c
commit 6449da32b2
2 changed files with 3 additions and 0 deletions

View file

@ -563,4 +563,6 @@ in
];
};
};
meta.maintainers = [ lib.maintainers._6543 ];
}