maintainers: retire pbogdan (#456605)

This commit is contained in:
Martin Weinelt
2025-11-05 01:19:18 +00:00
committed by GitHub
3 changed files with 1 additions and 10 deletions
-6
View File
@@ -20018,12 +20018,6 @@
githubId = 6498458;
name = "pebble kite";
};
pbogdan = {
email = "ppbogdan@gmail.com";
github = "pbogdan";
githubId = 157610;
name = "Piotr Bogdan";
};
pborzenkov = {
email = "pavel@borzenkov.net";
github = "pborzenkov";
@@ -193,8 +193,6 @@ python3.pkgs.buildPythonApplication rec {
'';
homepage = "https://quodlibet.readthedocs.io/en/latest";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
pbogdan
];
maintainers = [ ];
};
}
-1
View File
@@ -87,7 +87,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://gitlab.gnome.org/World/gfeeds";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
pbogdan
aleksana
];
platforms = lib.platforms.linux;