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
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
6 changed files with 5 additions and 11 deletions

View file

@ -9687,12 +9687,6 @@
githubId = 102685;
name = "Thomas Friese";
};
tavyc = {
email = "octavian.cerna@gmail.com";
github = "tavyc";
githubId = 3650609;
name = "Octavian Cerna";
};
tazjin = {
email = "mail@tazj.in";
github = "tazjin";

View file

@ -180,6 +180,6 @@ in
};
meta.maintainers = with lib.maintainers; [ tavyc ];
meta.maintainers = with lib.maintainers; [ ];
}

View file

@ -24,7 +24,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
name = "quagga";
meta = with pkgs.lib.maintainers; {
maintainers = [ tavyc ];
maintainers = [ ];
};
nodes = {

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

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

View file

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.nongnu.org/quagga/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ tavyc ];
maintainers = with maintainers; [ ];
};
}