maintainers: remove tavyc

Their last commit was dcc84d8 from 2017.
Thank you for your contributions.
wip/yesman
Michael Weiss 3 years ago
parent 7482c7ca9d
commit 3e01d42024
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      nixos/modules/services/networking/quagga.nix
  3. 2
      nixos/tests/quagga.nix
  4. 2
      pkgs/development/libraries/libraspberrypi/default.nix
  5. 2
      pkgs/os-specific/linux/firmware/raspberrypi/default.nix
  6. 2
      pkgs/servers/quagga/default.nix

@ -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";

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

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

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

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

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

Loading…
Cancel
Save