Rename page to cpages to match github
I also updated the mail.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user