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

@@ -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";