mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
d44f2e8670
commit
fc2e2eeb82
44 changed files with 49 additions and 49 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@ with lib.maintainers;
|
|||
};
|
||||
|
||||
deepin = {
|
||||
members = [ rewine ];
|
||||
members = [ wineee ];
|
||||
scope = "Maintain deepin desktop environment and related packages.";
|
||||
shortName = "DDE";
|
||||
enableFeatureFreezePing = true;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
pasqui23
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
wucke13
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "wayfire";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
wucke13
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "wcm";
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
wucke13
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
wucke13
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ stdenv.mkDerivation {
|
|||
mainProgram = "clerk";
|
||||
maintainers = with lib.maintainers; [
|
||||
anderspapitto
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
|
|||
lgpl3Plus
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
maintainers = with lib.maintainers; [ wineee ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
rewine
|
||||
wineee
|
||||
multivac61
|
||||
];
|
||||
mainProgram = "neocmakelsp";
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "Ripes";
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
maintainers = with maintainers; [ wineee ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
maintainers = with maintainers; [ wineee ];
|
||||
mainProgram = "simdutf";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = licenses.mit;
|
||||
mainProgram = "swayidle";
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
maintainers = with maintainers; [ wineee ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "swaylock";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
maintainers = with maintainers; [ wineee ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
marcusramberg
|
||||
max06
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [
|
||||
mlatus
|
||||
th0rgal
|
||||
rewine
|
||||
wineee
|
||||
pokon548
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [
|
||||
mlatus
|
||||
th0rgal
|
||||
rewine
|
||||
wineee
|
||||
pokon548
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://xmake.io";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
rewine
|
||||
wineee
|
||||
rennsax
|
||||
];
|
||||
mainProgram = "xmake";
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
asl20
|
||||
];
|
||||
platforms = wlroots.meta.platforms;
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
maintainers = with lib.maintainers; [ wineee ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
asl20
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
maintainers = with lib.maintainers; [ wineee ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ let
|
|||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
synthetica
|
||||
rewine
|
||||
wineee
|
||||
];
|
||||
pkgConfigModules = [
|
||||
(
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue