about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:49:35 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commita0718341e60829bee5c41e51796f4786bc98df81 (patch)
tree8998dc0eac7c8e62fe4b5017ca6403a8012e7a36 /nixos/modules/hardware
parent026ffc38bd134294ed01ffaa5fb7b6cfabe04371 (diff)
maintainers: remove volth
github account deleted
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/raid/hpsa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/raid/hpsa.nix b/nixos/modules/hardware/raid/hpsa.nix
index fa6f0b8fc84a3..120348a74bfbe 100644
--- a/nixos/modules/hardware/raid/hpsa.nix
+++ b/nixos/modules/hardware/raid/hpsa.nix
@@ -40,7 +40,7 @@ let
       homepage = "https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/";
       license = licenses.unfreeRedistributable;
       platforms = [ "x86_64-linux" ];
-      maintainers = with maintainers; [ volth ];
+      maintainers = with maintainers; [ ];
     };
   };
 in {