diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-05-19 11:12:41 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-05-19 11:12:41 (GMT) |
commit | d916c63717ec645ea85b763e8db98447c36966c8 (patch) | |
tree | ad6093da84fe0364ccc4f06214c4a50a52b68a11 /tools | |
parent | a07f345262e989c4e82583ae6d45c0bd9b8aee77 (diff) | |
download | mxe-d916c63717ec645ea85b763e8db98447c36966c8.zip mxe-d916c63717ec645ea85b763e8db98447c36966c8.tar.gz mxe-d916c63717ec645ea85b763e8db98447c36966c8.tar.bz2 |
secure URLs
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/copydlldeps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/copydlldeps.py b/tools/copydlldeps.py index 1f350b9..452a0e0 100755 --- a/tools/copydlldeps.py +++ b/tools/copydlldeps.py @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. import os import shutil |