From fc2e2eeb82edd98b038c2841ebf7016d3a9ccfe4 Mon Sep 17 00:00:00 2001 From: rewine Date: Mon, 8 Sep 2025 13:52:27 +0800 Subject: [PATCH] maintainers: rename 'rewine' to 'wineee' Because my displayed name and username on GitHub are not the same, some users may mistakenly think that [rewine](https://github.com/rewine) is my account. --- maintainers/maintainer-list.nix | 12 ++++++------ maintainers/team-list.nix | 2 +- nixos/modules/programs/wayland/wayfire.nix | 2 +- pkgs/applications/audio/jamesdsp/default.nix | 2 +- .../graphics/pineapple-pictures/default.nix | 2 +- .../applications/window-managers/wayfire/default.nix | 2 +- .../window-managers/wayfire/focus-request.nix | 2 +- .../wayfire/wayfire-plugins-extra.nix | 2 +- .../window-managers/wayfire/wayfire-shadows.nix | 2 +- pkgs/applications/window-managers/wayfire/wcm.nix | 2 +- .../window-managers/wayfire/wf-config.nix | 2 +- .../window-managers/wayfire/wf-shell.nix | 2 +- .../window-managers/wayfire/windecor.nix | 2 +- .../window-managers/wayfire/wwp-switcher.nix | 2 +- pkgs/by-name/ch/chglog/package.nix | 2 +- pkgs/by-name/cl/clerk/package.nix | 2 +- pkgs/by-name/cp/cpeditor/package.nix | 2 +- pkgs/by-name/dm/dmenu-wayland/package.nix | 2 +- pkgs/by-name/lu/lucenepp/package.nix | 2 +- pkgs/by-name/ne/neocmakelsp/package.nix | 2 +- pkgs/by-name/ri/ripes/package.nix | 2 +- pkgs/by-name/si/simdutf/package.nix | 2 +- pkgs/by-name/sr/srain/package.nix | 2 +- pkgs/by-name/sw/swayidle/package.nix | 2 +- pkgs/by-name/sw/swaylock/package.nix | 2 +- pkgs/by-name/tb/tbox/package.nix | 2 +- pkgs/by-name/tr/trzsz-ssh/package.nix | 2 +- pkgs/by-name/vi/vivaldi/package.nix | 2 +- pkgs/by-name/wa/wayland-utils/package.nix | 2 +- pkgs/by-name/we/wev/package.nix | 2 +- pkgs/by-name/wl/wlsunset/package.nix | 2 +- pkgs/by-name/wp/wpsoffice-cn/package.nix | 2 +- pkgs/by-name/wp/wpsoffice/package.nix | 2 +- pkgs/by-name/xm/xmake/package.nix | 2 +- pkgs/development/libraries/pdfhummus/default.nix | 2 +- .../libraries/qmarkdowntextedit/default.nix | 2 +- .../development/libraries/qtdbusextended/default.nix | 2 +- pkgs/development/libraries/qwlroots/default.nix | 2 +- pkgs/development/libraries/wayland/protocols.nix | 2 +- pkgs/development/libraries/waylib/default.nix | 2 +- pkgs/development/libraries/wayqt/default.nix | 2 +- pkgs/development/libraries/wlroots/default.nix | 2 +- pkgs/development/tools/gammaray/default.nix | 2 +- pkgs/development/tools/qtcreator/default.nix | 2 +- 44 files changed, 49 insertions(+), 49 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f36268e46740..4e3769c557c7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -21676,12 +21676,6 @@ githubId = 32239737; keys = [ { fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6"; } ]; }; - rewine = { - email = "lhongxu@outlook.com"; - github = "wineee"; - githubId = 22803888; - name = "Lu Hongxu"; - }; rexxDigital = { email = "joellarssonpriv@gmail.com"; github = "rexxDigital"; @@ -27681,6 +27675,12 @@ github = "wilsonehusin"; githubId = 14004487; }; + wineee = { + email = "lhongxu@outlook.com"; + github = "wineee"; + githubId = 22803888; + name = "Lu Hongxu"; + }; winpat = { email = "patrickwinter@posteo.ch"; github = "winpat"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 214e15b709af..7fd24aaffe75 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -316,7 +316,7 @@ with lib.maintainers; }; deepin = { - members = [ rewine ]; + members = [ wineee ]; scope = "Maintain deepin desktop environment and related packages."; shortName = "DDE"; enableFeatureFreezePing = true; diff --git a/nixos/modules/programs/wayland/wayfire.nix b/nixos/modules/programs/wayland/wayfire.nix index 1c3950bff47d..2d8c6a8c5456 100644 --- a/nixos/modules/programs/wayland/wayfire.nix +++ b/nixos/modules/programs/wayland/wayfire.nix @@ -8,7 +8,7 @@ let cfg = config.programs.wayfire; in { - meta.maintainers = with lib.maintainers; [ rewine ]; + meta.maintainers = with lib.maintainers; [ wineee ]; options.programs.wayfire = { enable = lib.mkEnableOption "Wayfire, a wayland compositor based on wlroots"; diff --git a/pkgs/applications/audio/jamesdsp/default.nix b/pkgs/applications/audio/jamesdsp/default.nix index 330b3a4ec78a..a3917e48f509 100644 --- a/pkgs/applications/audio/jamesdsp/default.nix +++ b/pkgs/applications/audio/jamesdsp/default.nix @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ pasqui23 - rewine + wineee ]; platforms = lib.platforms.linux; }; diff --git a/pkgs/applications/graphics/pineapple-pictures/default.nix b/pkgs/applications/graphics/pineapple-pictures/default.nix index 6840b8406b1a..ace0f10ce009 100644 --- a/pkgs/applications/graphics/pineapple-pictures/default.nix +++ b/pkgs/applications/graphics/pineapple-pictures/default.nix @@ -39,6 +39,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; platforms = lib.platforms.linux; mainProgram = "ppic"; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; }; }) diff --git a/pkgs/applications/window-managers/wayfire/default.nix b/pkgs/applications/window-managers/wayfire/default.nix index be4dff33036d..d03bed7e7a49 100644 --- a/pkgs/applications/window-managers/wayfire/default.nix +++ b/pkgs/applications/window-managers/wayfire/default.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ wucke13 - rewine + wineee ]; platforms = lib.platforms.unix; mainProgram = "wayfire"; diff --git a/pkgs/applications/window-managers/wayfire/focus-request.nix b/pkgs/applications/window-managers/wayfire/focus-request.nix index cae7bc39f065..2b7bd6fad686 100644 --- a/pkgs/applications/window-managers/wayfire/focus-request.nix +++ b/pkgs/applications/window-managers/wayfire/focus-request.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/wayfireplugins/focus-request"; description = "Wayfire plugin provides a mechanism to grant focus to views that make a focus self-request"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix index 3d86c62fd4b0..8a5801ec2237 100644 --- a/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix +++ b/pkgs/applications/window-managers/wayfire/wayfire-plugins-extra.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/WayfireWM/wayfire-plugins-extra"; description = "Additional plugins for Wayfire"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/applications/window-managers/wayfire/wayfire-shadows.nix b/pkgs/applications/window-managers/wayfire/wayfire-shadows.nix index 0abd91739be7..9aef4a60e18f 100644 --- a/pkgs/applications/window-managers/wayfire/wayfire-shadows.nix +++ b/pkgs/applications/window-managers/wayfire/wayfire-shadows.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/timgott/wayfire-shadows"; description = "Wayfire plugin that adds window shadows"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/applications/window-managers/wayfire/wcm.nix b/pkgs/applications/window-managers/wayfire/wcm.nix index 01b1d64f252f..bd23d4faea00 100644 --- a/pkgs/applications/window-managers/wayfire/wcm.nix +++ b/pkgs/applications/window-managers/wayfire/wcm.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ wucke13 - rewine + wineee ]; platforms = lib.platforms.unix; mainProgram = "wcm"; diff --git a/pkgs/applications/window-managers/wayfire/wf-config.nix b/pkgs/applications/window-managers/wayfire/wf-config.nix index 80511e5abb67..995a71c6a3f5 100644 --- a/pkgs/applications/window-managers/wayfire/wf-config.nix +++ b/pkgs/applications/window-managers/wayfire/wf-config.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ wucke13 - rewine + wineee ]; platforms = lib.platforms.unix; }; diff --git a/pkgs/applications/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix index 737fb83fca50..2405290947e5 100644 --- a/pkgs/applications/window-managers/wayfire/wf-shell.nix +++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ wucke13 - rewine + wineee ]; platforms = lib.platforms.unix; }; diff --git a/pkgs/applications/window-managers/wayfire/windecor.nix b/pkgs/applications/window-managers/wayfire/windecor.nix index 7c80aa9ab345..efe72b855df0 100644 --- a/pkgs/applications/window-managers/wayfire/windecor.nix +++ b/pkgs/applications/window-managers/wayfire/windecor.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/wayfireplugins/windecor"; description = "Window decoration plugin for wayfire"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/applications/window-managers/wayfire/wwp-switcher.nix b/pkgs/applications/window-managers/wayfire/wwp-switcher.nix index 109ecc6e06e5..afe50faba5b5 100644 --- a/pkgs/applications/window-managers/wayfire/wwp-switcher.nix +++ b/pkgs/applications/window-managers/wayfire/wwp-switcher.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/wb9688/wwp-switcher"; description = "Plugin to switch active window"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/by-name/ch/chglog/package.nix b/pkgs/by-name/ch/chglog/package.nix index d087af98b801..f850b28d45ae 100644 --- a/pkgs/by-name/ch/chglog/package.nix +++ b/pkgs/by-name/ch/chglog/package.nix @@ -30,7 +30,7 @@ buildGoModule rec { changelog = "https://github.com/goreleaser/chglog/releases/tag/v${version}"; license = lib.licenses.mit; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; mainProgram = "chglog"; }; } diff --git a/pkgs/by-name/cl/clerk/package.nix b/pkgs/by-name/cl/clerk/package.nix index 5230fa1ef975..fac71dda786c 100644 --- a/pkgs/by-name/cl/clerk/package.nix +++ b/pkgs/by-name/cl/clerk/package.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation { mainProgram = "clerk"; maintainers = with lib.maintainers; [ anderspapitto - rewine + wineee ]; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/cp/cpeditor/package.nix b/pkgs/by-name/cp/cpeditor/package.nix index b2bccbd997fb..d8465995cb24 100644 --- a/pkgs/by-name/cp/cpeditor/package.nix +++ b/pkgs/by-name/cp/cpeditor/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://cpeditor.org"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.rewine ]; + maintainers = [ lib.maintainers.wineee ]; mainProgram = "cpeditor"; }; }) diff --git a/pkgs/by-name/dm/dmenu-wayland/package.nix b/pkgs/by-name/dm/dmenu-wayland/package.nix index 0c5fbb9a360a..7a2ae1fadf0b 100644 --- a/pkgs/by-name/dm/dmenu-wayland/package.nix +++ b/pkgs/by-name/dm/dmenu-wayland/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation { platforms = lib.platforms.linux; description = "Efficient dynamic menu for wayland (wlroots)"; homepage = "https://github.com/nyyManni/dmenu-wayland"; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; mainProgram = "dmenu-wl"; }; } diff --git a/pkgs/by-name/lu/lucenepp/package.nix b/pkgs/by-name/lu/lucenepp/package.nix index 84c2dd1585e3..158b6143d64b 100644 --- a/pkgs/by-name/lu/lucenepp/package.nix +++ b/pkgs/by-name/lu/lucenepp/package.nix @@ -76,6 +76,6 @@ stdenv.mkDerivation rec { lgpl3Plus ]; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; }; } diff --git a/pkgs/by-name/ne/neocmakelsp/package.nix b/pkgs/by-name/ne/neocmakelsp/package.nix index 45e489d89398..4be6e42aaee6 100644 --- a/pkgs/by-name/ne/neocmakelsp/package.nix +++ b/pkgs/by-name/ne/neocmakelsp/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ - rewine + wineee multivac61 ]; mainProgram = "neocmakelsp"; diff --git a/pkgs/by-name/ri/ripes/package.nix b/pkgs/by-name/ri/ripes/package.nix index 0afec0618a3b..8508f0280c85 100644 --- a/pkgs/by-name/ri/ripes/package.nix +++ b/pkgs/by-name/ri/ripes/package.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { license = licenses.mit; platforms = platforms.unix; mainProgram = "Ripes"; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/by-name/si/simdutf/package.nix b/pkgs/by-name/si/simdutf/package.nix index c2f02d97c721..f83736d4bca0 100644 --- a/pkgs/by-name/si/simdutf/package.nix +++ b/pkgs/by-name/si/simdutf/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { asl20 mit ]; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; mainProgram = "simdutf"; platforms = platforms.all; }; diff --git a/pkgs/by-name/sr/srain/package.nix b/pkgs/by-name/sr/srain/package.nix index 73bc467e8af5..3ed7dea7163b 100644 --- a/pkgs/by-name/sr/srain/package.nix +++ b/pkgs/by-name/sr/srain/package.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation rec { homepage = "https://srain.silverrainz.me"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/by-name/sw/swayidle/package.nix b/pkgs/by-name/sw/swayidle/package.nix index ea4ae160b1c1..47745212f78f 100644 --- a/pkgs/by-name/sw/swayidle/package.nix +++ b/pkgs/by-name/sw/swayidle/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { ''; license = licenses.mit; mainProgram = "swayidle"; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/sw/swaylock/package.nix b/pkgs/by-name/sw/swaylock/package.nix index de20c0274a0f..674d84f83878 100644 --- a/pkgs/by-name/sw/swaylock/package.nix +++ b/pkgs/by-name/sw/swaylock/package.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { mainProgram = "swaylock"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/by-name/tb/tbox/package.nix b/pkgs/by-name/tb/tbox/package.nix index 992e8d95bc72..16f26e2d82d4 100644 --- a/pkgs/by-name/tb/tbox/package.nix +++ b/pkgs/by-name/tb/tbox/package.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { homepage = "https://docs.tboox.org"; license = licenses.asl20; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/by-name/tr/trzsz-ssh/package.nix b/pkgs/by-name/tr/trzsz-ssh/package.nix index dd97c6bc76fb..2a4ba92e82cd 100644 --- a/pkgs/by-name/tr/trzsz-ssh/package.nix +++ b/pkgs/by-name/tr/trzsz-ssh/package.nix @@ -36,7 +36,7 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/trzsz/trzsz-ssh"; changelog = "https://github.com/trzsz/trzsz-ssh/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; mainProgram = "trzsz-ssh"; }; }) diff --git a/pkgs/by-name/vi/vivaldi/package.nix b/pkgs/by-name/vi/vivaldi/package.nix index 48eac470d55b..fd7f274670a6 100644 --- a/pkgs/by-name/vi/vivaldi/package.nix +++ b/pkgs/by-name/vi/vivaldi/package.nix @@ -233,7 +233,7 @@ stdenv.mkDerivation rec { maintainers = with lib.maintainers; [ marcusramberg max06 - rewine + wineee ]; platforms = [ "x86_64-linux" diff --git a/pkgs/by-name/wa/wayland-utils/package.nix b/pkgs/by-name/wa/wayland-utils/package.nix index 81b68206db66..45e08d374eca 100644 --- a/pkgs/by-name/wa/wayland-utils/package.nix +++ b/pkgs/by-name/wa/wayland-utils/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils"; license = licenses.mit; # Expat version platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; mainProgram = "wayland-info"; }; } diff --git a/pkgs/by-name/we/wev/package.nix b/pkgs/by-name/we/wev/package.nix index 7163cabb3a5a..ff5f9ed4b7a7 100644 --- a/pkgs/by-name/we/wev/package.nix +++ b/pkgs/by-name/we/wev/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { X11 tool xev. ''; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; platforms = lib.platforms.linux; mainProgram = "wev"; }; diff --git a/pkgs/by-name/wl/wlsunset/package.nix b/pkgs/by-name/wl/wlsunset/package.nix index 321fbc1db3a3..11cc2044b9da 100644 --- a/pkgs/by-name/wl/wlsunset/package.nix +++ b/pkgs/by-name/wl/wlsunset/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; mainProgram = "wlsunset"; }; } diff --git a/pkgs/by-name/wp/wpsoffice-cn/package.nix b/pkgs/by-name/wp/wpsoffice-cn/package.nix index e7fd47ea7577..15d57395daab 100644 --- a/pkgs/by-name/wp/wpsoffice-cn/package.nix +++ b/pkgs/by-name/wp/wpsoffice-cn/package.nix @@ -172,7 +172,7 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ mlatus th0rgal - rewine + wineee pokon548 ]; }; diff --git a/pkgs/by-name/wp/wpsoffice/package.nix b/pkgs/by-name/wp/wpsoffice/package.nix index 22a043865912..482f619ae81b 100644 --- a/pkgs/by-name/wp/wpsoffice/package.nix +++ b/pkgs/by-name/wp/wpsoffice/package.nix @@ -136,7 +136,7 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ mlatus th0rgal - rewine + wineee pokon548 ]; }; diff --git a/pkgs/by-name/xm/xmake/package.nix b/pkgs/by-name/xm/xmake/package.nix index 800a39c558f9..6ad455131f89 100644 --- a/pkgs/by-name/xm/xmake/package.nix +++ b/pkgs/by-name/xm/xmake/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://xmake.io"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - rewine + wineee rennsax ]; mainProgram = "xmake"; diff --git a/pkgs/development/libraries/pdfhummus/default.nix b/pkgs/development/libraries/pdfhummus/default.nix index e109d19c43d1..b73640354ddb 100644 --- a/pkgs/development/libraries/pdfhummus/default.nix +++ b/pkgs/development/libraries/pdfhummus/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://www.pdfhummus.com"; license = licenses.asl20; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/development/libraries/qmarkdowntextedit/default.nix b/pkgs/development/libraries/qmarkdowntextedit/default.nix index 77534706d243..7a9567b7f049 100644 --- a/pkgs/development/libraries/qmarkdowntextedit/default.nix +++ b/pkgs/development/libraries/qmarkdowntextedit/default.nix @@ -31,6 +31,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/pbek/qmarkdowntextedit"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/development/libraries/qtdbusextended/default.nix b/pkgs/development/libraries/qtdbusextended/default.nix index c1cc09b29bc1..91ea9e49d356 100644 --- a/pkgs/development/libraries/qtdbusextended/default.nix +++ b/pkgs/development/libraries/qtdbusextended/default.nix @@ -34,6 +34,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/nemomobile/qtdbusextended"; license = licenses.lgpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; }; } diff --git a/pkgs/development/libraries/qwlroots/default.nix b/pkgs/development/libraries/qwlroots/default.nix index eaa7fb392e2c..eab87539f1d9 100644 --- a/pkgs/development/libraries/qwlroots/default.nix +++ b/pkgs/development/libraries/qwlroots/default.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: { asl20 ]; platforms = wlroots.meta.platforms; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; }; }) diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix index 55e9408461a3..1e2e1aaa889d 100644 --- a/pkgs/development/libraries/wayland/protocols.nix +++ b/pkgs/development/libraries/wayland/protocols.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols"; license = lib.licenses.mit; # Expat version platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; pkgConfigModules = [ "wayland-protocols" ]; }; diff --git a/pkgs/development/libraries/waylib/default.nix b/pkgs/development/libraries/waylib/default.nix index 6e6b76c45fec..b6cb99025d64 100644 --- a/pkgs/development/libraries/waylib/default.nix +++ b/pkgs/development/libraries/waylib/default.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: { asl20 ]; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; }; }) diff --git a/pkgs/development/libraries/wayqt/default.nix b/pkgs/development/libraries/wayqt/default.nix index a8c77cb48252..a48742949554 100644 --- a/pkgs/development/libraries/wayqt/default.nix +++ b/pkgs/development/libraries/wayqt/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://gitlab.com/desktop-frameworks/wayqt"; description = "Qt-based library to handle Wayland and Wlroots protocols to be used with any Qt project"; - maintainers = with lib.maintainers; [ rewine ]; + maintainers = with lib.maintainers; [ wineee ]; platforms = lib.platforms.linux; license = lib.licenses.mit; }; diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index 279daed5bc19..6cd9e74402ac 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -131,7 +131,7 @@ let platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ synthetica - rewine + wineee ]; pkgConfigModules = [ ( diff --git a/pkgs/development/tools/gammaray/default.nix b/pkgs/development/tools/gammaray/default.nix index 6b75b06e578e..37673a7bcf00 100644 --- a/pkgs/development/tools/gammaray/default.nix +++ b/pkgs/development/tools/gammaray/default.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/KDAB/GammaRay"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ rewine ]; + maintainers = with maintainers; [ wineee ]; mainProgram = "gammaray"; }; } diff --git a/pkgs/development/tools/qtcreator/default.nix b/pkgs/development/tools/qtcreator/default.nix index 7f16c7599c43..8d4d3a3d4555 100644 --- a/pkgs/development/tools/qtcreator/default.nix +++ b/pkgs/development/tools/qtcreator/default.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://wiki.qt.io/Qt_Creator"; license = lib.licenses.gpl3Only; # annotated with The Qt Company GPL Exception 1.0 maintainers = with lib.maintainers; [ - rewine + wineee zatm8 ]; platforms = lib.platforms.linux;