mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
nixos/services.mysql: add myselfe as maintainer
This commit is contained in:
parent
0256f1180c
commit
6449da32b2
2 changed files with 3 additions and 0 deletions
|
@ -253,6 +253,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
||||||
/nixos/tests/postgresql @NixOS/postgres
|
/nixos/tests/postgresql @NixOS/postgres
|
||||||
|
|
||||||
# MySQL/MariaDB and related stuff
|
# MySQL/MariaDB and related stuff
|
||||||
|
/nixos/modules/services/databases/mysql.nix @6543
|
||||||
/nixos/modules/services/backup/mysql-backup.nix @6543
|
/nixos/modules/services/backup/mysql-backup.nix @6543
|
||||||
|
|
||||||
# Hardened profile & related modules
|
# Hardened profile & related modules
|
||||||
|
|
|
@ -563,4 +563,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = [ lib.maintainers._6543 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue