nixos/systemd-boot: add julienmalka as maintainer

This commit is contained in:
Julien Malka
2023-11-04 02:38:11 +01:00
parent 43cb6e39b2
commit 33df4d3447
2 changed files with 13 additions and 11 deletions

View File

@@ -67,6 +67,8 @@ let
'';
in {
meta.maintainers = with lib.maintainers; [ julienmalka ];
imports =
[ (mkRenamedOptionModule [ "boot" "loader" "gummiboot" "enable" ] [ "boot" "loader" "systemd-boot" "enable" ])
];