Rename page to cpages to match github

I also updated the mail.
This commit is contained in:
Carles Pagès
2017-01-20 12:23:57 +01:00
parent 6b6553c768
commit fd400ced6b
9 changed files with 9 additions and 9 deletions

View File

@@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libsdl.org/";
license = licenses.zlib;
platforms = platforms.all;
maintainers = with maintainers; [ page ];
maintainers = with maintainers; [ cpages ];
};
}

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
inherit version;
homepage = https://github.com/open-source-parsers/jsoncpp;
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;
license = stdenv.lib.licenses.mit;
branch = "1.6";

View File

@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
repositories.git = https://github.com/divVerent/s2tc.git;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.page ];
maintainers = [ stdenv.lib.maintainers.cpages ];
};
}