lol

fix maintainer information s/maintainer/maintainers

+5 -5
+1 -1
pkgs/applications/editors/bluefish/default.nix
··· 17 17 description = "A powerful editor targeted towards programmers and webdevelopers"; 18 18 homepage = http://bluefish.openoffice.nl/; 19 19 license = licenses.gpl3Plus; 20 - maintainer = [maintainers.vbgl]; 20 + maintainers = [maintainers.vbgl]; 21 21 platforms = platforms.all; 22 22 }; 23 23 }
+1 -1
pkgs/applications/graphics/yed/default.nix
··· 24 24 homepage = http://www.yworks.com/en/products/yfiles/yed/; 25 25 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 26 26 platforms = jre.meta.platforms; 27 - maintainer = with maintainers; [ abbradar ]; 27 + maintainers = with maintainers; [ abbradar ]; 28 28 }; 29 29 }
+1 -1
pkgs/os-specific/linux/macchanger/default.nix
··· 14 14 15 15 meta = { 16 16 description = "A utility for viewing/manipulating the MAC address of network interfaces"; 17 - maintainer = with stdenv.lib.maintainers; [ joachifm ]; 17 + maintainers = with stdenv.lib.maintainers; [ joachifm ]; 18 18 license = with stdenv.lib.licenses; gpl2Plus; 19 19 homepage = "https://www.gnu.org/software/macchanger"; 20 20 platform = with stdenv.lib.platforms; linux;
+1 -1
pkgs/tools/X11/primus/default.nix
··· 35 35 meta = { 36 36 homepage = https://github.com/amonakov/primus; 37 37 description = "Faster OpenGL offloading for Bumblebee"; 38 - maintainer = maintainers.coconnor; 38 + maintainers = maintainers.coconnor; 39 39 }; 40 40 }
+1 -1
pkgs/tools/networking/openvpn/update-resolv-conf.nix
··· 22 22 meta = with stdenv.lib; { 23 23 description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options"; 24 24 homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/; 25 - maintainer = maintainers.abbradar; 25 + maintainers = maintainers.abbradar; 26 26 license = licenses.gpl2; 27 27 platforms = platforms.unix; 28 28 };