zeroad: Add myself as a maintainer

This commit is contained in:
Charlotte Van Petegem 2021-04-16 18:42:32 +02:00 committed by Jonathan Ringer
parent 701664ea5c
commit b65155098b
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "A free, open-source game of ancient warfare -- data files";
homepage = "https://play0ad.com/";
license = licenses.cc-by-sa-30;
maintainers = with maintainers; [ chvp ];
platforms = platforms.linux;
hydraPlatforms = [];
};

View file

@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
gpl2 lgpl21 mit cc-by-sa-30
licenses.zlib # otherwise masked by pkgs.zlib
];
maintainers = with maintainers; [ chvp ];
platforms = subtractLists platforms.i686 platforms.linux;
};
}