maintainers: realsnick -> logger

- Rename maintainer handle from 'realsnick' to 'logger' in maintainer-list.nix
- Move entry to correct alphabetical position
- Update all package references in libusb1, fxload, openaiauth, and lenovo-legion-app
This commit is contained in:
Logger
2025-10-03 18:39:59 -06:00
parent 27ac939589
commit 2c6f0af49a
5 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -14868,6 +14868,12 @@
githubId = 918448;
name = "Anthony Lodi";
};
logger = {
name = "Ido Samuelson";
email = "ido.samuelson@gmail.com";
github = "i-am-logger";
githubId = 1440852;
};
logo = {
email = "logo4poop@protonmail.com";
matrix = "@logo4poop:matrix.org";
@@ -21609,12 +21615,6 @@
githubId = 1973389;
name = "Reuben D'Netto";
};
realsnick = {
name = "Ido Samuelson";
email = "ido.samuelson@gmail.com";
github = "i-am-logger";
githubId = 1440852;
};
rebmit = {
name = "Lu Wang";
email = "rebmit@rebmit.moe";
+1 -1
View File
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
mainProgram = "fxload";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ realsnick ];
maintainers = with maintainers; [ logger ];
};
}
+1 -1
View File
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
maintainers = with maintainers; [
prusnak
realsnick
logger
];
};
}
@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/acheong08/OpenAIAuth";
changelog = "https://github.com/acheong08/OpenAIAuth/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ realsnick ];
maintainers = with maintainers; [ logger ];
};
}
+1 -1
View File
@@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
ulrikstrid
realsnick
logger
chn
];
mainProgram = "legion_gui";