maintainers/maintainer-list: remove TealG

This commit is contained in:
Teal Gaure 2018-10-01 12:07:38 +02:00 committed by c0bw3b
parent b3b4573208
commit 861cab6ada
2 changed files with 1 additions and 6 deletions

@ -4063,11 +4063,6 @@
github = "tazjin";
name = "Vincent Ambo";
};
TealG = {
email = "~@Teal.Gr";
github = "TealG";
name = "Teal Gaure";
};
teh = {
email = "tehunger@gmail.com";
github = "teh";

@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
<literal>SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", ATTR{idProduct}=="0442", OWNER="someuser", GROUP="somegroup"</literal>
'';
license = licenses.gpl3;
maintainers = with maintainers; [ TealG ];
maintainers = with maintainers; [ ];
};
}