maintainers/maintainer-list: remove TealG
This commit is contained in:
parent
b3b4573208
commit
861cab6ada
@ -4063,11 +4063,6 @@
|
|||||||
github = "tazjin";
|
github = "tazjin";
|
||||||
name = "Vincent Ambo";
|
name = "Vincent Ambo";
|
||||||
};
|
};
|
||||||
TealG = {
|
|
||||||
email = "~@Teal.Gr";
|
|
||||||
github = "TealG";
|
|
||||||
name = "Teal Gaure";
|
|
||||||
};
|
|
||||||
teh = {
|
teh = {
|
||||||
email = "tehunger@gmail.com";
|
email = "tehunger@gmail.com";
|
||||||
github = "teh";
|
github = "teh";
|
||||||
|
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
<literal>SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", ATTR{idProduct}=="0442", OWNER="someuser", GROUP="somegroup"</literal>
|
<literal>SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", ATTR{idProduct}=="0442", OWNER="someuser", GROUP="somegroup"</literal>
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ TealG ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user