summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:53:19 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:54:22 +0100
commitf55545c0c9256f61b7e1bb952da59770da0fe392 (patch)
treefe24e6717d0d5e388de208424063b937147c2b06 /pkgs/tools
parentb676be70fc516fef3c8408187839ce7e08b8a36e (diff)
downloadnixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.gz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.bz2
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.lz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.xz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.zst
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.zip
fix maintainer information
s/maintainer/maintainers
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/X11/primus/default.nix2
-rw-r--r--pkgs/tools/networking/openvpn/update-resolv-conf.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/X11/primus/default.nix b/pkgs/tools/X11/primus/default.nix
index f457d25fe1b..684713bebb1 100644
--- a/pkgs/tools/X11/primus/default.nix
+++ b/pkgs/tools/X11/primus/default.nix
@@ -35,6 +35,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = https://github.com/amonakov/primus;
     description = "Faster OpenGL offloading for Bumblebee";
-    maintainer = maintainers.coconnor;
+    maintainers = maintainers.coconnor;
   };
 }
diff --git a/pkgs/tools/networking/openvpn/update-resolv-conf.nix b/pkgs/tools/networking/openvpn/update-resolv-conf.nix
index 37d38555e61..3afa17b0a82 100644
--- a/pkgs/tools/networking/openvpn/update-resolv-conf.nix
+++ b/pkgs/tools/networking/openvpn/update-resolv-conf.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
     homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
-    maintainer = maintainers.abbradar;
+    maintainers = maintainers.abbradar;
     license = licenses.gpl2;
     platforms = platforms.unix;
   };