summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-19 20:01:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-19 20:01:00 -0500
commit271f04d655618082db77a878adf57cc67514a567 (patch)
tree687ac6885331ecd3d561b37a2def823adcef8672 /pkgs/development/tools
parent5e3b0ac5c3d7aa2022aad2a17dfba7a25b9e2b24 (diff)
downloadnixpkgs-271f04d655618082db77a878adf57cc67514a567.tar
nixpkgs-271f04d655618082db77a878adf57cc67514a567.tar.gz
nixpkgs-271f04d655618082db77a878adf57cc67514a567.tar.bz2
nixpkgs-271f04d655618082db77a878adf57cc67514a567.tar.lz
nixpkgs-271f04d655618082db77a878adf57cc67514a567.tar.xz
nixpkgs-271f04d655618082db77a878adf57cc67514a567.tar.zst
nixpkgs-271f04d655618082db77a878adf57cc67514a567.zip
chromedriver: add marsam as maintainer
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/selenium/chromedriver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/selenium/chromedriver/default.nix b/pkgs/development/tools/selenium/chromedriver/default.nix
index 038d15b28c7..aed384ba61f 100644
--- a/pkgs/development/tools/selenium/chromedriver/default.nix
+++ b/pkgs/development/tools/selenium/chromedriver/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     homepage = https://sites.google.com/a/chromium.org/chromedriver;
     description = "A WebDriver server for running Selenium tests on Chrome";
     license = licenses.bsd3;
-    maintainers = [ maintainers.goibhniu ];
+    maintainers = [ maintainers.goibhniu maintainers.marsam ];
     platforms = attrNames allSpecs;
   };
 }