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.
This commit is contained in:
rewine 2025-09-08 13:52:27 +08:00
commit fc2e2eeb82
44 changed files with 49 additions and 49 deletions

View file

@ -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";

View file

@ -316,7 +316,7 @@ with lib.maintainers;
};
deepin = {
members = [ rewine ];
members = [ wineee ];
scope = "Maintain deepin desktop environment and related packages.";
shortName = "DDE";
enableFeatureFreezePing = true;

View file

@ -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";

View file

@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
pasqui23
rewine
wineee
];
platforms = lib.platforms.linux;
};

View file

@ -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 ];
};
})

View file

@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
wucke13
rewine
wineee
];
platforms = lib.platforms.unix;
mainProgram = "wayfire";

View file

@ -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;
};
})

View file

@ -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;
};
})

View file

@ -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;
};
})

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
wucke13
rewine
wineee
];
platforms = lib.platforms.unix;
mainProgram = "wcm";

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
wucke13
rewine
wineee
];
platforms = lib.platforms.unix;
};

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
wucke13
rewine
wineee
];
platforms = lib.platforms.unix;
};

View file

@ -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;
};
})

View file

@ -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;
};
})

View file

@ -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";
};
}

View file

@ -93,7 +93,7 @@ stdenv.mkDerivation {
mainProgram = "clerk";
maintainers = with lib.maintainers; [
anderspapitto
rewine
wineee
];
platforms = lib.platforms.linux;
};

View file

@ -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";
};
})

View file

@ -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";
};
}

View file

@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
lgpl3Plus
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ rewine ];
maintainers = with lib.maintainers; [ wineee ];
};
}

View file

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
rewine
wineee
multivac61
];
mainProgram = "neocmakelsp";

View file

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.unix;
mainProgram = "Ripes";
maintainers = with maintainers; [ rewine ];
maintainers = with maintainers; [ wineee ];
};
}

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
asl20
mit
];
maintainers = with maintainers; [ rewine ];
maintainers = with maintainers; [ wineee ];
mainProgram = "simdutf";
platforms = platforms.all;
};

View file

@ -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 ];
};
}

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
mainProgram = "swayidle";
maintainers = with maintainers; [ rewine ];
maintainers = with maintainers; [ wineee ];
platforms = platforms.linux;
};
}

View file

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "swaylock";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ rewine ];
maintainers = with maintainers; [ wineee ];
};
}

View file

@ -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 ];
};
}

View file

@ -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";
};
})

View file

@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [
marcusramberg
max06
rewine
wineee
];
platforms = [
"x86_64-linux"

View file

@ -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";
};
}

View file

@ -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";
};

View file

@ -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";
};
}

View file

@ -172,7 +172,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
mlatus
th0rgal
rewine
wineee
pokon548
];
};

View file

@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
mlatus
th0rgal
rewine
wineee
pokon548
];
};

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://xmake.io";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
rewine
wineee
rennsax
];
mainProgram = "xmake";

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
asl20
];
platforms = wlroots.meta.platforms;
maintainers = with lib.maintainers; [ rewine ];
maintainers = with lib.maintainers; [ wineee ];
};
})

View file

@ -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" ];
};

View file

@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
asl20
];
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ rewine ];
maintainers = with lib.maintainers; [ wineee ];
};
})

View file

@ -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;
};

View file

@ -131,7 +131,7 @@ let
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
synthetica
rewine
wineee
];
pkgConfigModules = [
(

View file

@ -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";
};
}

View file

@ -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;