lol

maintainers/team-list: Set GitHub team for docs team

Makes it so that the docs team gets pinged for each release

authored by

Silvan Mosberger and committed by
Valentin Gagarin
329bfdf3 7715ce37

+3
+3
maintainers/team-list.nix
··· 263 263 264 264 docs = { 265 265 members = [ ]; 266 + githubTeams = [ 267 + "documentation-team" 268 + ]; 266 269 scope = "Maintain nixpkgs/NixOS documentation and tools for building it."; 267 270 shortName = "Docs"; 268 271 enableFeatureFreezePing = true;