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

@@ -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 ];
};
}