Rename WrinklyNinja to Ortham in GitHub links

Also fix the AppVeyor CI link.
This commit is contained in:
Oliver Hamlet
2018-11-07 17:07:55 +00:00
parent 6e5b17ccf0
commit 5dceba1788
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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 "")
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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: