Unverified Commit af41b5ea authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

maintainers: retire pbogdan (#456605)

parents f29c0420 71bda90e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −3
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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;