vdrift: add self to maintainers
This commit is contained in:
parent
198dfac8bb
commit
607f36fd89
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Car racing game";
|
description = "Car racing game";
|
||||||
homepage = http://vdrift.net/;
|
homepage = http://vdrift.net/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric lheckemann];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user