Merge #79609: Remove pbogdan from maintainers

Changed files
+4 -6
pkgs
applications
misc
data
themes
ant-theme
development
libraries
libcdio-paranoia
tools
networking
tcptraceroute
+1 -1
pkgs/applications/misc/gmtp/default.nix
···
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
homepage = https://gmtp.sourceforge.io;
platforms = stdenv.lib.platforms.linux;
-
maintainers = [ stdenv.lib.maintainers.pbogdan ];
license = stdenv.lib.licenses.bsd3;
};
}
···
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
homepage = https://gmtp.sourceforge.io;
platforms = stdenv.lib.platforms.linux;
+
maintainers = [ ];
license = stdenv.lib.licenses.bsd3;
};
}
+1 -3
pkgs/data/themes/ant-theme/default.nix
···
homepage = https://github.com/EliverLara/Ant;
license = licenses.gpl3;
platforms = platforms.all;
-
maintainers = [
-
maintainers.pbogdan
-
];
};
}
···
homepage = https://github.com/EliverLara/Ant;
license = licenses.gpl3;
platforms = platforms.all;
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/libraries/libcdio-paranoia/default.nix
···
license = licenses.gpl3;
homepage = https://github.com/rocky/libcdio-paranoia;
platforms = platforms.linux ++ platforms.darwin;
-
maintainers = [ maintainers.pbogdan ];
};
}
···
license = licenses.gpl3;
homepage = https://github.com/rocky/libcdio-paranoia;
platforms = platforms.linux ++ platforms.darwin;
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/networking/tcptraceroute/default.nix
···
description = "A traceroute implementation using TCP packets.";
homepage = https://github.com/mct/tcptraceroute;
license = stdenv.lib.licenses.gpl2;
-
maintainers = [ stdenv.lib.maintainers.pbogdan ];
};
}
···
description = "A traceroute implementation using TCP packets.";
homepage = https://github.com/mct/tcptraceroute;
license = stdenv.lib.licenses.gpl2;
+
maintainers = [ ];
};
}