From f55545c0c9256f61b7e1bb952da59770da0fe392 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 20 Dec 2014 21:53:19 +0100 Subject: fix maintainer information s/maintainer/maintainers --- pkgs/applications/editors/bluefish/default.nix | 2 +- pkgs/applications/graphics/yed/default.nix | 2 +- pkgs/os-specific/linux/macchanger/default.nix | 2 +- pkgs/tools/X11/primus/default.nix | 2 +- pkgs/tools/networking/openvpn/update-resolv-conf.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/bluefish/default.nix b/pkgs/applications/editors/bluefish/default.nix index 4e569fc68a5..71b2ccb6fb8 100644 --- a/pkgs/applications/editors/bluefish/default.nix +++ b/pkgs/applications/editors/bluefish/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { description = "A powerful editor targeted towards programmers and webdevelopers"; homepage = http://bluefish.openoffice.nl/; license = licenses.gpl3Plus; - maintainer = [maintainers.vbgl]; + maintainers = [maintainers.vbgl]; platforms = platforms.all; }; } diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix index 2929513952e..4299d49ae65 100644 --- a/pkgs/applications/graphics/yed/default.nix +++ b/pkgs/applications/graphics/yed/default.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { homepage = http://www.yworks.com/en/products/yfiles/yed/; description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; platforms = jre.meta.platforms; - maintainer = with maintainers; [ abbradar ]; + maintainers = with maintainers; [ abbradar ]; }; } diff --git a/pkgs/os-specific/linux/macchanger/default.nix b/pkgs/os-specific/linux/macchanger/default.nix index 1bbad958bfd..1f046de40ed 100644 --- a/pkgs/os-specific/linux/macchanger/default.nix +++ b/pkgs/os-specific/linux/macchanger/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { meta = { description = "A utility for viewing/manipulating the MAC address of network interfaces"; - maintainer = with stdenv.lib.maintainers; [ joachifm ]; + maintainers = with stdenv.lib.maintainers; [ joachifm ]; license = with stdenv.lib.licenses; gpl2Plus; homepage = "https://www.gnu.org/software/macchanger"; platform = with stdenv.lib.platforms; linux; 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; }; -- cgit 1.4.1