about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-18 22:38:06 -0800
committerGitHub <noreply@github.com>2024-01-18 22:38:06 -0800
commit27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb (patch)
treeb2108d8aafbd087025311c6ca5e094209969809a /pkgs/games
parent66d4ebb2b390c2713540a819b29b91dc3d276e57 (diff)
parent9942154f3e6bcc8c696e4b1cfc0691c69c1c6689 (diff)
downloadnixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar.gz
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar.bz2
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar.lz
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar.xz
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.tar.zst
nixlib-27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb.zip
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/anki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index ca6eaf15ac21..3cd623c4d6ef 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -292,7 +292,7 @@ python3.pkgs.buildPythonApplication {
     homepage = "https://apps.ankiweb.net";
     license = licenses.agpl3Plus;
     platforms = platforms.mesaPlatforms;
-    maintainers = with maintainers; [ euank oxij paveloom ];
+    maintainers = with maintainers; [ euank oxij ];
     # Reported to crash at launch on darwin (as of 2.1.65)
     broken = stdenv.isDarwin;
   };