From 257388f059041643372025b13b6ba122222d5d13 Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 20:56:52 +0900
Subject: [PATCH 118/135] Update URLs in lib/compilers.cygpart

http://www.gnu.org/licenses/ to https://www.gnu.org/licenses/
http://cygwin.com/ml/cygwin-developers/2013-02/msg00132.html
  to  https://sourceware.org/legacy-ml/cygwin-developers/2013-02/msg00132.html
---
 lib/compilers.cygpart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/compilers.cygpart b/lib/compilers.cygpart
index 8b09a4b..b775489 100644
--- a/lib/compilers.cygpart
+++ b/lib/compilers.cygpart
@@ -16,7 +16,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/>.
 #
 ################################################################################
 
@@ -210,7 +210,7 @@ declare   CC_SYSROOT="";
 # system triplets
 declare    CBUILD=$(${_privgnuconfigdir}/config.guess)
 case ${CBUILD} in
-# http://cygwin.com/ml/cygwin-developers/2013-02/msg00132.html
+# https://sourceware.org/legacy-ml/cygwin-developers/2013-02/msg00132.html
 x86_64-unknown-cygwin)  CBUILD="x86_64-pc-cygwin" ;&
 *-cygwin)  CHOST="${_host_arch:-${CBUILD%%-*}}-pc-cygwin" ;;
 *)         defined _host_arch || error "Either --32 or --64 flags MUST be passed to cygport"
-- 
2.29.2

