diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-24 09:22:51 -0700 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-24 09:22:51 -0700 |
| commit | b3ef1858661c73a022f8432dad0b3c9e957ac350 (patch) | |
| tree | cf9af4fdaa7b4329a8efb3bdfba77008d2afea6d /src/nxmaccessmanager.cpp | |
| parent | 18328587b5703f9bcd6b518f741721f75b480f7c (diff) | |
Update Nexus protocol to https
Diffstat (limited to 'src/nxmaccessmanager.cpp')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 17c50e35..5b067d3c 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -42,7 +42,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. using namespace MOBase;
namespace {
- QString const Nexus_Management_URL("http://nmm.nexusmods.com");
+ QString const Nexus_Management_URL("https://nmm.nexusmods.com");
}
// unfortunately Nexus doesn't seem to document these states, all I know is all these listed
|
