Merge pull request #75691 from thefloweringash/chromium-maintainer

chromium: add thefloweringash (myself) as maintainer

Changed files
+1 -1
pkgs
applications
networking
browsers
chromium
+1 -1
pkgs/applications/networking/browsers/chromium/browser.nix
···
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
-
maintainers = with maintainers; [ bendlas ivan ];
+
maintainers = with maintainers; [ bendlas ivan thefloweringash ];
license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];