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