about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2019-12-15 16:44:57 +0100
committerGitHub <noreply@github.com>2019-12-15 16:44:57 +0100
commit9696d79fea661c53eb48d280dc4de950d2bdd299 (patch)
treef94b1782f7bf2d90384c002cc57b43688cba4433
parent08eaac6be315d1ce8eb0d2f4afe7bcafdf6b65e7 (diff)
parentb29e3582acc18e37b892c5e511538c75f8fc7f9e (diff)
downloadnixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar.gz
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar.bz2
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar.lz
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar.xz
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.tar.zst
nixlib-9696d79fea661c53eb48d280dc4de950d2bdd299.zip
Merge pull request #75691 from thefloweringash/chromium-maintainer
chromium: add thefloweringash (myself) as maintainer
-rw-r--r--pkgs/applications/networking/browsers/chromium/browser.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/browser.nix b/pkgs/applications/networking/browsers/chromium/browser.nix
index ad7fa78527cd..bbfce71a115c 100644
--- a/pkgs/applications/networking/browsers/chromium/browser.nix
+++ b/pkgs/applications/networking/browsers/chromium/browser.nix
@@ -61,7 +61,7 @@ mkChromiumDerivation (base: rec {
   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 [];