summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-11-04 02:38:11 +0100
committerJulien Malka <julien@malka.sh>2023-11-04 02:38:11 +0100
commit33df4d3447422ff7d5c9501ff7582609a6872181 (patch)
tree7235c1bedf8e0ecc35d19b53e51df8ac11af280d /nixos/modules/system/boot/loader
parent43cb6e39b22440ce64d4fc10dfacade5db991210 (diff)
downloadnixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar.gz
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar.bz2
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar.lz
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar.xz
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.tar.zst
nixpkgs-33df4d3447422ff7d5c9501ff7582609a6872181.zip
nixos/systemd-boot: add julienmalka as maintainer
Diffstat (limited to 'nixos/modules/system/boot/loader')
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
index 6f0a62d0ea8..1086ab80b14 100644
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
@@ -67,6 +67,8 @@ let
   '';
 in {
 
+  meta.maintainers = with lib.maintainers; [ julienmalka ];
+
   imports =
     [ (mkRenamedOptionModule [ "boot" "loader" "gummiboot" "enable" ] [ "boot" "loader" "systemd-boot" "enable" ])
     ];