From 954337c027775474102cebe05c0a36906cf94f36 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:46 +0900
Subject: [PATCH 100/117] Update URLs in cygclass/python3-wheel.cygclass

http://www.gnu.org/licenses/ to <https://www.gnu.org/licenses/
https://github.com/openstack-infra/git-review
  to https://opendev.org/opendev/git-review
http://tarballs.openstack.org/git-review/
  to https://tarballs.opendev.org/openstack/git-review/
---
 cygclass/python3-wheel.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/python3-wheel.cygclass b/cygclass/python3-wheel.cygclass
index 20ff021..e20e777 100644
--- a/cygclass/python3-wheel.cygclass
+++ b/cygclass/python3-wheel.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -42,8 +42,8 @@
 #    SUMMARY="Git command for Gerrit submissions"
 #    DESCRIPTION="git-review is a tool that helps submitting git branches to
 #    Gerrit for review."
-#    HOMEPAGE="https://github.com/openstack-infra/git-review"
-#    SRC_URI="http://tarballs.openstack.org/git-review/${NAME}-${VERSION}.tar.gz"
+#    HOMEPAGE="https://opendev.org/opendev/git-review"
+#    SRC_URI="https://tarballs.opendev.org/openstack/git-review/${NAME}-${VERSION}.tar.gz"
 #    
 #    ARCH=noarch
 #    
-- 
2.29.2

