Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 1, 2017
1 parent 13a49e9 commit 97460e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/installhelper/module_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ModuleInstall:
"""

allowedKind = ["pip", "github", "exe", "exe2", "wheel", "wheel2"]
exeLocation = "http://www.lfd.uci.edu/~gohlke/pythonlibs/"
exeLocation = "https://www.lfd.uci.edu/~gohlke/pythonlibs/"
exeLocationXd_Default = "http://www.xavierdupre.fr/enseignement/setup/"
gitexe = r"C:\Program Files (x86)\Git"
github_pattern_zip = "https://github.com/{1}/{0}/archive/{2}.zip"
Expand Down

0 comments on commit 97460e0

Please sign in to comment.