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:
@@ -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";
|
||||
|
||||
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "fxload";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ realsnick ];
|
||||
maintainers = with maintainers; [ logger ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
ulrikstrid
|
||||
realsnick
|
||||
logger
|
||||
chn
|
||||
];
|
||||
mainProgram = "legion_gui";
|
||||
|
||||
Reference in New Issue
Block a user