summary refs log tree commit diff
path: root/pkgs/os-specific/linux/microcode/intel.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
committerAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
commit31e5b8dc2198eacec3e009e21fc8226486aa674e (patch)
tree732a46862d4e2b8669ef25d347e7c86058b9f63f /pkgs/os-specific/linux/microcode/intel.nix
parentdbdd9f9f510cd115171d6b8048d175226fb1a62f (diff)
downloadnixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.gz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.bz2
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.lz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.xz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.zst
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.zip
Remove myself from maintainers
I don't have time and energy to deal with all of this anymore.
Diffstat (limited to 'pkgs/os-specific/linux/microcode/intel.nix')
-rw-r--r--pkgs/os-specific/linux/microcode/intel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/microcode/intel.nix b/pkgs/os-specific/linux/microcode/intel.nix
index f8bb7c67d8e..1f5fd889578 100644
--- a/pkgs/os-specific/linux/microcode/intel.nix
+++ b/pkgs/os-specific/linux/microcode/intel.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     description = "Microcode for Intel processors";
     license = licenses.unfreeRedistributableFirmware;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ andir ];
+    maintainers = with maintainers; [ ];
   };
 }