vdrift: add self to maintainers

This commit is contained in:
Linus Heckemann
2018-01-05 22:26:13 +01:00
parent 198dfac8bb
commit 607f36fd89
+1 -1
View File
@@ -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 = [];
};