Remove myself as maintainer from packages

I'm currently not maintaining any packages.
This commit is contained in:
Florian Friesdorf
2019-02-22 16:14:13 +01:00
parent e5405f9ae8
commit fbef5ab82f
63 changed files with 63 additions and 63 deletions
@@ -47,7 +47,7 @@ mkChromiumDerivation (base: rec {
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ chaoflow bendlas ];
maintainers = with maintainers; [ bendlas ];
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];