Merge pull request #301612 from asymmetric/drop-doc-team

Leave doc team and nixdoc maintainers
This commit is contained in:
asymmetric
2024-04-05 10:21:06 +02:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -257,7 +257,6 @@ with lib.maintainers; {
docs = {
members = [
asymmetric
ryantm
];
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
-1
View File
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
license = [ licenses.gpl3 ];
maintainers = with maintainers; [
infinisil
asymmetric
hsjobeki
];
platforms = platforms.unix;