summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
committerLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
commit66d7126255b96a3d9c1cc0cdd7c2cd79d1789758 (patch)
tree03aca0dbd10224a22189a14b1e82e71e57862983 /pkgs/os-specific/linux/firmware
parentbb3986a5fcb34f4ddb87fe88be44dea9a76283c0 (diff)
downloadnixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.gz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.bz2
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.lz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.xz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.zst
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.zip
Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/raspberrypi/default.nix2
-rw-r--r--pkgs/os-specific/linux/firmware/raspberrypi/tools.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
index 83ca21719faa..b29cf88f168f 100644
--- a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
+++ b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/raspberrypi/firmware;
     license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom
     platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
-    maintainers = with maintainers; [ dezgeg viric tavyc ];
+    maintainers = with maintainers; [ dezgeg tavyc ];
   };
 }
diff --git a/pkgs/os-specific/linux/firmware/raspberrypi/tools.nix b/pkgs/os-specific/linux/firmware/raspberrypi/tools.nix
index 7f4c9dae166a..91e6e7f4cc59 100644
--- a/pkgs/os-specific/linux/firmware/raspberrypi/tools.nix
+++ b/pkgs/os-specific/linux/firmware/raspberrypi/tools.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/raspberrypi/userland;
     license = licenses.bsd3;
     platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
-    maintainers = with maintainers; [ dezgeg viric tavyc ];
+    maintainers = with maintainers; [ dezgeg tavyc ];
   };
 }