about summary refs log tree commit diff
path: root/pkgs/games/rigsofrods
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-04-08 14:11:54 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-04-08 14:11:54 +0000
commitb2caa1ce6733c86eeea2d3c234608308bf335796 (patch)
tree7fa2125434254a56d1eda6fb5deb34bdfe4cf5c6 /pkgs/games/rigsofrods
parentf4af7c315013c461185a38d91eca3dc1bd6d0ec7 (diff)
Add myself to RoR maintainers
svn path=/nixpkgs/trunk/; revision=26755
Diffstat (limited to 'pkgs/games/rigsofrods')
-rw-r--r--pkgs/games/rigsofrods/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/rigsofrods/default.nix b/pkgs/games/rigsofrods/default.nix
index c5ca094c78e1b..72372f6e13ad2 100644
--- a/pkgs/games/rigsofrods/default.nix
+++ b/pkgs/games/rigsofrods/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
     description = "3D simulator game where you can drive, fly and sail various vehicles";
     homepage = http://rigsofrods.sourceforge.net/;
     license = "GPLv3";
-    maintainers = with stdenv.lib.maintainers; [viric];
+    maintainers = with stdenv.lib.maintainers; [viric raskin];
     platforms = with stdenv.lib.platforms; linux;
   };
 }