Change PowerShell from 'master' to 'main' branch

This commit is contained in:
Markus Fleschutz 2023-10-31 18:49:48 +01:00
parent 3142c0bce6
commit 4833ecbfa4

View File

@ -17,7 +17,7 @@ ninja, "build tool", "https://github.com/ninja-build/ninja",
opencv, "dev lib", "https://github.com/opencv/opencv", master, yes,
operating-systems, "OS collection", "git@github.com:fleschutz/operating-systems.git", main, yes,
papers, "collection", "git@github.com:fleschutz/papers.git", main, yes,
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", master, yes,
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", main, yes,
pwsh, "shell", "https://github.com/PowerShell/PowerShell", master, yes,
protobuf, "dev lib", "https://github.com/protocolbuffers/protobuf", main, yes,
rust, "compiler", "https://github.com/rust-lang/rust", master, yes,

1 FOLDERNAME CATEGORY URL BRANCH SHALLOW
17 opencv dev lib https://github.com/opencv/opencv master yes
18 operating-systems OS collection git@github.com:fleschutz/operating-systems.git main yes
19 papers collection git@github.com:fleschutz/papers.git main yes
20 PowerShell script collection git@github.com:fleschutz/PowerShell.git master main yes
21 pwsh shell https://github.com/PowerShell/PowerShell master yes
22 protobuf dev lib https://github.com/protocolbuffers/protobuf main yes
23 rust compiler https://github.com/rust-lang/rust master yes