about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-04-22 11:28:57 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-04-22 11:34:25 +0200
commit3e01d420248ff13630a2c0a7cfd95ce56e9fd846 (patch)
tree9541eb3921f04d8c0b0dc94c582244fd5232d6bd /pkgs/development/libraries
parent7482c7ca9d4de39008727ea25ec105e9fca1adc5 (diff)
maintainers: remove tavyc
Their last commit was dcc84d8 from 2017.
Thank you for your contributions.
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libraspberrypi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libraspberrypi/default.nix b/pkgs/development/libraries/libraspberrypi/default.nix
index d4d69ed6afffa..8ffe8f488b25c 100644
--- a/pkgs/development/libraries/libraspberrypi/default.nix
+++ b/pkgs/development/libraries/libraspberrypi/default.nix
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/raspberrypi/userland";
     license = licenses.bsd3;
     platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" "x86_64-linux" ];
-    maintainers = with maintainers; [ dezgeg tavyc tkerber ];
+    maintainers = with maintainers; [ dezgeg tkerber ];
   };
 }