cataclysm-dda{,-git}: add mnacamura as maintainer
This commit is contained in:
parent
206e271e32
commit
030cbaff7f
@ -59,6 +59,7 @@ let
|
|||||||
'';
|
'';
|
||||||
homepage = https://cataclysmdda.org/;
|
homepage = https://cataclysmdda.org/;
|
||||||
license = licenses.cc-by-sa-30;
|
license = licenses.cc-by-sa-30;
|
||||||
|
maintainers = with maintainers; [ mnacamura ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation (common // rec {
|
|||||||
# Disable, possible problems with hydra
|
# Disable, possible problems with hydra
|
||||||
#enableParallelBuilding = true;
|
#enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = common.meta // {
|
meta = with stdenv.lib.maintainers; common.meta // {
|
||||||
maintainers = with stdenv.lib.maintainers; [ skeidel ];
|
maintainers = common.meta.maintainers ++ [ skeidel ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation (common // rec {
|
|||||||
# make: *** [Makefile:687: obj/tiles/weather_data.o] Error 1
|
# make: *** [Makefile:687: obj/tiles/weather_data.o] Error 1
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
meta = common.meta // {
|
meta = with stdenv.lib.maintainers; common.meta // {
|
||||||
maintainers = with stdenv.lib.maintainers; [ rardiol ];
|
maintainers = common.meta.maintainers ++ [ rardiol ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user