Turned some meta.maintainers into lists

This commit is contained in:
Pascal Wittmann
2015-05-14 19:09:43 +02:00
parent 67fe5d46d4
commit bb9e9cc3f8
21 changed files with 30 additions and 30 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/;
maintainers = maintainers.abbradar;
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2;
platforms = platforms.unix;
};