You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/05/30 17:06:26 UTC

[libcloud] 02/02: Fix git repo url in the pricing file.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit db8638d73426b9863cf7598583767533c541f141
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon May 30 19:06:07 2022 +0200

    Fix git repo url in the pricing file.
---
 libcloud/pricing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/pricing.py b/libcloud/pricing.py
index 4de61f34e..3587275de 100644
--- a/libcloud/pricing.py
+++ b/libcloud/pricing.py
@@ -48,7 +48,7 @@ __all__ = [
 ]
 
 # Default URL to the pricing file in a git repo
-DEFAULT_FILE_URL_GIT = "https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob_plain;f=libcloud/data/pricing.json"  # NOQA
+DEFAULT_FILE_URL_GIT = "https://git.apache.org/repos/asf?p=libcloud.git;a=blob_plain;f=libcloud/data/pricing.json"  # NOQA
 
 DEFAULT_FILE_URL_S3_BUCKET = (
     "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json"  # NOQA