Rename page to cpages to match github
I also updated the mail.
This commit is contained in:
parent
6b6553c768
commit
fd400ced6b
|
@ -102,6 +102,7 @@
|
||||||
corngood = "David McFarland <corngood@gmail.com>";
|
corngood = "David McFarland <corngood@gmail.com>";
|
||||||
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
||||||
couchemar = "Andrey Pavlov <couchemar@yandex.ru>";
|
couchemar = "Andrey Pavlov <couchemar@yandex.ru>";
|
||||||
|
cpages = "Carles Pagès <page@ruiec.cat>";
|
||||||
cransom = "Casey Ransom <cransom@hubns.net>";
|
cransom = "Casey Ransom <cransom@hubns.net>";
|
||||||
cryptix = "Henry Bubert <cryptix@riseup.net>";
|
cryptix = "Henry Bubert <cryptix@riseup.net>";
|
||||||
CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>";
|
CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>";
|
||||||
|
@ -350,7 +351,6 @@
|
||||||
osener = "Ozan Sener <ozan@ozansener.com>";
|
osener = "Ozan Sener <ozan@ozansener.com>";
|
||||||
otwieracz = "Slawomir Gonet <slawek@otwiera.cz>";
|
otwieracz = "Slawomir Gonet <slawek@otwiera.cz>";
|
||||||
oxij = "Jan Malakhovski <oxij@oxij.org>";
|
oxij = "Jan Malakhovski <oxij@oxij.org>";
|
||||||
page = "Carles Pagès <page@cubata.homelinux.net>";
|
|
||||||
paholg = "Paho Lurie-Gregg <paho@paholg.com>";
|
paholg = "Paho Lurie-Gregg <paho@paholg.com>";
|
||||||
pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>";
|
pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>";
|
||||||
palo = "Ingolf Wanger <palipalo9@googlemail.com>";
|
palo = "Ingolf Wanger <palipalo9@googlemail.com>";
|
||||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "ftp/sftp client with readline, autocompletion and bookmarks";
|
description = "ftp/sftp client with readline, autocompletion and bookmarks";
|
||||||
homepage = http://www.yafc-ftp.com;
|
homepage = http://www.yafc-ftp.com;
|
||||||
maintainers = [ stdenv.lib.maintainers.page ];
|
maintainers = [ stdenv.lib.maintainers.cpages ];
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -232,7 +232,7 @@ in
|
||||||
homepage = https://github.com/kodi-pvr/pvr.hts;
|
homepage = https://github.com/kodi-pvr/pvr.hts;
|
||||||
description = "Kodi's Tvheadend HTSP client addon";
|
description = "Kodi's Tvheadend HTSP client addon";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ page ];
|
maintainers = with maintainers; [ cpages ];
|
||||||
};
|
};
|
||||||
}).override {
|
}).override {
|
||||||
buildInputs = [ cmake kodi libcec_platform kodi-platform ];
|
buildInputs = [ cmake kodi libcec_platform kodi-platform ];
|
||||||
|
|
|
@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://www.libsdl.org/";
|
homepage = "http://www.libsdl.org/";
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ page ];
|
maintainers = with maintainers; [ cpages ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
homepage = https://github.com/open-source-parsers/jsoncpp;
|
homepage = https://github.com/open-source-parsers/jsoncpp;
|
||||||
description = "A simple API to manipulate JSON data in C++";
|
description = "A simple API to manipulate JSON data in C++";
|
||||||
maintainers = with stdenv.lib.maintainers; [ ttuegel page ];
|
maintainers = with stdenv.lib.maintainers; [ ttuegel cpages ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
branch = "1.6";
|
branch = "1.6";
|
||||||
|
|
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
||||||
repositories.git = https://github.com/divVerent/s2tc.git;
|
repositories.git = https://github.com/divVerent/s2tc.git;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.page ];
|
maintainers = [ stdenv.lib.maintainers.cpages ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ in stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A sandbox-building game";
|
description = "A sandbox-building game";
|
||||||
homepage = http://www.minecraft.net;
|
homepage = http://www.minecraft.net;
|
||||||
maintainers = with stdenv.lib.maintainers; [ page ryantm ];
|
maintainers = with stdenv.lib.maintainers; [ cpages ryantm ];
|
||||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
description = "Open source clone of UFO: Enemy Unknown";
|
description = "Open source clone of UFO: Enemy Unknown";
|
||||||
homepage = http://openxcom.org;
|
homepage = http://openxcom.org;
|
||||||
repositories.git = https://github.com/SupSuper/OpenXcom.git;
|
repositories.git = https://github.com/SupSuper/OpenXcom.git;
|
||||||
maintainers = [ stdenv.lib.maintainers.page ];
|
maintainers = [ stdenv.lib.maintainers.cpages ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "An AMQP message broker and a C++ messaging API";
|
description = "An AMQP message broker and a C++ messaging API";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.page ];
|
maintainers = [ stdenv.lib.maintainers.cpages ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue