about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-08-07 19:01:10 -0700
committerBernardo Meurer <bernardo@meurer.org>2021-08-07 19:01:10 -0700
commit44ac8719ed46f1e06208d911f11b846fcac82689 (patch)
tree0f84113fb9688389dee04f5da781e51e072a0352 /pkgs/os-specific
parentd7d8cee35c2b69410115fabda3c9a1343823f61d (diff)
linux_xanmod: add lovesegfault to maintainers
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-xanmod.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-xanmod.nix b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
index 62e88d0185370..a4f0ba8ab655e 100644
--- a/pkgs/os-specific/linux/kernel/linux-xanmod.nix
+++ b/pkgs/os-specific/linux/kernel/linux-xanmod.nix
@@ -48,7 +48,7 @@ buildLinux (args // rec {
 
   extraMeta = {
     branch = "5.13-cacule";
-    maintainers = with lib.maintainers; [ fortuneteller2k ];
+    maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault ];
     description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
     broken = stdenv.isAarch64;
   };