fix maintainer information

s/maintainer/maintainers
This commit is contained in:
Pascal Wittmann
2014-12-20 21:54:22 +01:00
parent b676be70fc
commit f55545c0c9
5 changed files with 5 additions and 5 deletions
@@ -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;
};