lol

Rename page to cpages to match github

I also updated the mail.

+9 -9
+1 -1
lib/maintainers.nix
··· 102 102 corngood = "David McFarland <corngood@gmail.com>"; 103 103 coroa = "Jonas Hörsch <jonas@chaoflow.net>"; 104 104 couchemar = "Andrey Pavlov <couchemar@yandex.ru>"; 105 + cpages = "Carles Pagès <page@ruiec.cat>"; 105 106 cransom = "Casey Ransom <cransom@hubns.net>"; 106 107 cryptix = "Henry Bubert <cryptix@riseup.net>"; 107 108 CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>"; ··· 350 351 osener = "Ozan Sener <ozan@ozansener.com>"; 351 352 otwieracz = "Slawomir Gonet <slawek@otwiera.cz>"; 352 353 oxij = "Jan Malakhovski <oxij@oxij.org>"; 353 - page = "Carles Pagès <page@cubata.homelinux.net>"; 354 354 paholg = "Paho Lurie-Gregg <paho@paholg.com>"; 355 355 pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>"; 356 356 palo = "Ingolf Wanger <palipalo9@googlemail.com>";
+1 -1
pkgs/applications/networking/yafc/default.nix
··· 12 12 meta = { 13 13 description = "ftp/sftp client with readline, autocompletion and bookmarks"; 14 14 homepage = http://www.yafc-ftp.com; 15 - maintainers = [ stdenv.lib.maintainers.page ]; 15 + maintainers = [ stdenv.lib.maintainers.cpages ]; 16 16 license = stdenv.lib.licenses.gpl2Plus; 17 17 platforms = stdenv.lib.platforms.linux; 18 18 };
+1 -1
pkgs/applications/video/kodi/plugins.nix
··· 232 232 homepage = https://github.com/kodi-pvr/pvr.hts; 233 233 description = "Kodi's Tvheadend HTSP client addon"; 234 234 platforms = platforms.all; 235 - maintainers = with maintainers; [ page ]; 235 + maintainers = with maintainers; [ cpages ]; 236 236 }; 237 237 }).override { 238 238 buildInputs = [ cmake kodi libcec_platform kodi-platform ];
+1 -1
pkgs/development/libraries/SDL2/default.nix
··· 75 75 homepage = "http://www.libsdl.org/"; 76 76 license = licenses.zlib; 77 77 platforms = platforms.all; 78 - maintainers = with maintainers; [ page ]; 78 + maintainers = with maintainers; [ cpages ]; 79 79 }; 80 80 }
+1 -1
pkgs/development/libraries/jsoncpp/1.6.5/default.nix
··· 40 40 inherit version; 41 41 homepage = https://github.com/open-source-parsers/jsoncpp; 42 42 description = "A simple API to manipulate JSON data in C++"; 43 - maintainers = with stdenv.lib.maintainers; [ ttuegel page ]; 43 + maintainers = with stdenv.lib.maintainers; [ ttuegel cpages ]; 44 44 platforms = stdenv.lib.platforms.all; 45 45 license = stdenv.lib.licenses.mit; 46 46 branch = "1.6";
+1 -1
pkgs/development/libraries/libtxc_dxtn_s2tc/default.nix
··· 18 18 repositories.git = https://github.com/divVerent/s2tc.git; 19 19 license = stdenv.lib.licenses.mit; 20 20 platforms = stdenv.lib.platforms.linux; 21 - maintainers = [ stdenv.lib.maintainers.page ]; 21 + maintainers = [ stdenv.lib.maintainers.cpages ]; 22 22 }; 23 23 }
+1 -1
pkgs/games/minecraft/default.nix
··· 53 53 meta = { 54 54 description = "A sandbox-building game"; 55 55 homepage = http://www.minecraft.net; 56 - maintainers = with stdenv.lib.maintainers; [ page ryantm ]; 56 + maintainers = with stdenv.lib.maintainers; [ cpages ryantm ]; 57 57 license = stdenv.lib.licenses.unfreeRedistributable; 58 58 }; 59 59 }
+1 -1
pkgs/games/openxcom/default.nix
··· 17 17 description = "Open source clone of UFO: Enemy Unknown"; 18 18 homepage = http://openxcom.org; 19 19 repositories.git = https://github.com/SupSuper/OpenXcom.git; 20 - maintainers = [ stdenv.lib.maintainers.page ]; 20 + maintainers = [ stdenv.lib.maintainers.cpages ]; 21 21 platforms = stdenv.lib.platforms.linux; 22 22 license = stdenv.lib.licenses.gpl3; 23 23 };
+1 -1
pkgs/servers/amqp/qpid-cpp/default.nix
··· 26 26 description = "An AMQP message broker and a C++ messaging API"; 27 27 license = stdenv.lib.licenses.asl20; 28 28 platforms = stdenv.lib.platforms.linux; 29 - maintainers = [ stdenv.lib.maintainers.page ]; 29 + maintainers = [ stdenv.lib.maintainers.cpages ]; 30 30 }; 31 31 }