summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-08-02 10:15:58 +0200
committerLinus Heckemann <git@sphalerite.org>2019-08-02 10:15:58 +0200
commitbc2a9aca6f70187de13e2108c43b055e0ecab687 (patch)
treedd931c9e08536786b8261a3e6c3e99e57c1a677b /pkgs/games
parenta04ce7f5f88cf88cb6dfbcbe39ed2e8f18f04e6c (diff)
downloadnixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar.gz
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar.bz2
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar.lz
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar.xz
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.tar.zst
nixpkgs-bc2a9aca6f70187de13e2108c43b055e0ecab687.zip
EmptyEpsilon: add lheckemann as maintainer
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/empty-epsilon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/empty-epsilon/default.nix b/pkgs/games/empty-epsilon/default.nix
index bd2a9d78757..6815041c96b 100644
--- a/pkgs/games/empty-epsilon/default.nix
+++ b/pkgs/games/empty-epsilon/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
     description = "Open source bridge simulator based on Artemis";
     homepage = https://daid.github.io/EmptyEpsilon/;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ fpletz ];
+    maintainers = with maintainers; [ fpletz lheckemann ];
     platforms = platforms.linux;
   };
 }