Skip to content

Commit 9af5679

Browse files
committed
fix LIBCBOR_GIT const
1 parent 574f5e5 commit 9af5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/ms_const.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/Libr
99
# libcbor coordinates.
1010
New-Variable -Name 'LIBCBOR' -Value 'libcbor' -Option Constant
1111
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.8.0-cg' -Option Constant
12-
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/vthiebaut10/libcbor' `
12+
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor' `
1313
-Option Constant
1414

1515
# zlib coordinates.

0 commit comments

Comments
 (0)