maintainers: remove tavyc

Their last commit was dcc84d8 from 2017.
Thank you for your contributions.
This commit is contained in:
Michael Weiss
2021-04-22 11:28:57 +02:00
parent 7482c7ca9d
commit 3e01d42024
6 changed files with 5 additions and 11 deletions

View File

@@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
description = "Firmware for the Raspberry Pi board";
homepage = "https://github.com/raspberrypi/firmware";
license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom
maintainers = with maintainers; [ dezgeg tavyc ];
maintainers = with maintainers; [ dezgeg ];
};
}