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

@ -253,6 +253,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/nixos/tests/postgresql @NixOS/postgres
# MySQL/MariaDB and related stuff
/nixos/modules/services/databases/mysql.nix @6543
/nixos/modules/services/backup/mysql-backup.nix @6543
# Hardened profile & related modules

View file

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