chromium: add myself as maintainer (#60961)

This commit is contained in:
Ivan Kozik 2019-05-05 09:09:20 +00:00 committed by Dmitry Kalinkin
parent 3ce7d1f0db
commit 75d1439f8f

View file

@ -47,7 +47,7 @@ mkChromiumDerivation (base: rec {
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ bendlas ];
maintainers = with maintainers; [ bendlas ivan ];
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];