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 ];
};
}