summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2023-08-28 00:43:57 +0200
committerMichael Raskin <7c6f434c@mail.ru>2023-08-28 00:43:57 +0200
commit7c6847bfc92561333a6dca89dc887de4dee98379 (patch)
tree28860c37a841e24d5f6c4872190f974333960e76 /pkgs/applications/emulators
parentbdf47492d43d88844db5bd758150bb493aa22ff1 (diff)
downloadnixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar.gz
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar.bz2
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar.lz
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar.xz
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.tar.zst
nixpkgs-7c6847bfc92561333a6dca89dc887de4dee98379.zip
winePackages: add reckenrode as a maintainer
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/wine/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/wine/base.nix b/pkgs/applications/emulators/wine/base.nix
index 50a2e7d7566..8b1b4966dda 100644
--- a/pkgs/applications/emulators/wine/base.nix
+++ b/pkgs/applications/emulators/wine/base.nix
@@ -205,7 +205,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
     ];
     description = if supportFlags.waylandSupport then "An Open Source implementation of the Windows API on top of OpenGL and Unix (with experimental Wayland support)" else "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
     platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
-    maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira ];
+    maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira reckenrode ];
     inherit mainProgram;
   };
 })