about summary refs log tree commit diff
path: root/pkgs/games/pokerth
diff options
context:
space:
mode:
authorYana Timoshenko <yana@riseup.net>2021-12-31 21:48:55 +0300
committerYana Timoshenko <yana@riseup.net>2021-12-31 21:48:55 +0300
commit719567e91f22de6279269441df85a064d2f11f82 (patch)
treeae76f004e071dd50a8f956d5a40801b5438f4589 /pkgs/games/pokerth
parentba4fa46ea1204a31fa57a23503182af799ec70ca (diff)
maintainers: update personal details
Diffstat (limited to 'pkgs/games/pokerth')
-rw-r--r--pkgs/games/pokerth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index 1c9879f8beb9c..ffae1b5cd8f64 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -65,7 +65,7 @@ mkDerivation rec {
     homepage = "https://www.pokerth.net";
     description = "Poker game ${target}";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ obadz yegortimoshenko ];
+    maintainers = with maintainers; [ obadz yana ];
     platforms = platforms.all;
   };
 }