forked from mirrors/nixpkgs
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:
parent
38c77bb72c
commit
85dd89f6eb
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue