chromium: Remove myself from maintainers

Working on Chromium really drives me nuts due to its build time, also I
really don't have quite a lot of time these days to properly maintain it
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2016-01-18 03:33:02 +01:00
parent 38c77bb72c
commit 85dd89f6eb
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -34,7 +34,7 @@ mkChromiumDerivation (base: rec {
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ chaoflow aszlig ];
maintainers = with maintainers; [ chaoflow ];
license = licenses.bsd3;
platforms = platforms.linux;
};