diff options
author | Brad King <brad.king@kitware.com> | 2015-09-25 15:44:12 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-25 15:47:39 -0400 |
commit | da7276cf948e62c22d39bdd2548254d18180344a (patch) | |
tree | 2c69ce9ef19bf4e16d5440aec34af3f3eb25f6d5 /Templates | |
parent | 02f95f9b7cc56aee8e4d73ea951bad34b622ec9b (diff) | |
download | cmake-da7276cf948e62c22d39bdd2548254d18180344a.tar.gz |
Replace http://www.cmake.org URLs with https://cmake.org
The latter is now the preferred URL for visiting cmake.org with a
browser. Convert using the shell code:
git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CPack.GenericDescription.txt | 2 | ||||
-rw-r--r-- | Templates/CPack.GenericLicense.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Templates/CPack.GenericDescription.txt b/Templates/CPack.GenericDescription.txt index 9ca1802ad8..712ee145f4 100644 --- a/Templates/CPack.GenericDescription.txt +++ b/Templates/CPack.GenericDescription.txt @@ -1,5 +1,5 @@ DESCRIPTION =========== -This is an installer created using CPack (http://www.cmake.org). No additional installation instructions provided. +This is an installer created using CPack (https://cmake.org). No additional installation instructions provided. diff --git a/Templates/CPack.GenericLicense.txt b/Templates/CPack.GenericLicense.txt index c211bb3702..09c6218412 100644 --- a/Templates/CPack.GenericLicense.txt +++ b/Templates/CPack.GenericLicense.txt @@ -1,5 +1,5 @@ LICENSE ======= -This is an installer created using CPack (http://www.cmake.org). No license provided. +This is an installer created using CPack (https://cmake.org). No license provided. |