about summary refs log tree commit diff
path: root/pkgs/tools/networking/openvpn
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/networking/openvpn
parentb676be70fc516fef3c8408187839ce7e08b8a36e (diff)
fix maintainer information
s/maintainer/maintainers
Diffstat (limited to 'pkgs/tools/networking/openvpn')
-rw-r--r--pkgs/tools/networking/openvpn/update-resolv-conf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openvpn/update-resolv-conf.nix b/pkgs/tools/networking/openvpn/update-resolv-conf.nix
index 37d38555e6185..3afa17b0a82c0 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;
   };