From 5dceba1788c6a239c40e0b9c8f8f3c862d0d583f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 7 Nov 2018 17:07:55 +0000 Subject: [PATCH] Rename WrinklyNinja to Ortham in GitHub links Also fix the AppVeyor CI link. --- .travis.yml | 2 +- CMakeLists.txt | 6 +++--- README.md | 2 +- appveyor.yml | 2 +- docs/licenses/texts.rst | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 640f1281..bba60c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: install: - export CXX="g++-8" CC="gcc-8" # Build Boost. - - wget https://raw.githubusercontent.com/WrinklyNinja/ci-scripts/1.5.0/install_boost.py + - wget https://raw.githubusercontent.com/Ortham/ci-scripts/1.5.0/install_boost.py - python install_boost.py --directory ~ --boost-version 1.67.0 -a 64 -t gcc-8 locale system # Install packages for generating documentation - pip install --user -r docs/requirements.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e0b55a15..0b0e8576 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set (GTEST_LIBRARIES "${BINARY_DIR}/googlemock/gtest/${CMAKE_CFG_INTDIR}/${CMAKE ExternalProject_Add(esplugin PREFIX "external" - URL "https://github.com/WrinklyNinja/esplugin/archive/2.1.1.tar.gz" + URL "https://github.com/Ortham/esplugin/archive/2.1.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} && @@ -103,7 +103,7 @@ set(LIBGIT2_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/${CMAKE_STATIC_LIBRARY_ ExternalProject_Add(libloadorder PREFIX "external" - URL "https://github.com/WrinklyNinja/libloadorder/archive/11.4.1.tar.gz" + URL "https://github.com/Ortham/libloadorder/archive/11.4.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} && @@ -145,7 +145,7 @@ ExternalProject_Add(testing-metadata ExternalProject_Add(testing-plugins PREFIX "external" - URL "https://github.com/WrinklyNinja/testing-plugins/archive/1.4.1.tar.gz" + URL "https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz" CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "") diff --git a/README.md b/README.md index d3f3dcde..ecc25e9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LOOT -[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/loot/loot-api?branch=dev&svg=true)](https://ci.appveyor.com/project/WrinklyNinja/loot-api) +[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/48a540m7ywuqcl3b/branch/dev?svg=true)](https://ci.appveyor.com/project/LOOT/loot-api/branch/dev) [![Travis Build Status](https://travis-ci.org/loot/loot-api.svg?branch=dev)](https://travis-ci.org/loot/loot-api) [![Documentation Status](https://readthedocs.org/projects/loot-api/badge/?version=latest)](http://loot-api.readthedocs.io/en/latest/?badge=latest) diff --git a/appveyor.yml b/appveyor.yml index bd205f9c..2241daa1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ install: - where cbindgen || cargo install cbindgen --version 0.6.6 - choco install -y doxygen.portable - python -m pip install -r docs/requirements.txt - - ps: (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/WrinklyNinja/ci-scripts/2.0.0/delete_old_bintray_versions.py', "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py") + - ps: (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/Ortham/ci-scripts/2.0.0/delete_old_bintray_versions.py', "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py") - ps: if ($env:PLATFORM -eq "Win32") { $env:ADDRESS_MODEL = '32' } else { $env:ADDRESS_MODEL = '64' } before_build: diff --git a/docs/licenses/texts.rst b/docs/licenses/texts.rst index 18e87c1e..e3189ca3 100644 --- a/docs/licenses/texts.rst +++ b/docs/licenses/texts.rst @@ -23,8 +23,8 @@ Copyright License Texts LOOT API, `esplugin`_ & `Libloadorder`_ ====================================== -.. _esplugin: https://github.com/WrinklyNinja/esplugin -.. _libloadorder: https://github.com/WrinklyNinja/libloadorder +.. _esplugin: https://github.com/Ortham/esplugin +.. _libloadorder: https://github.com/Ortham/libloadorder .. include:: GNU GPL v3.txt :literal: