mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename WrinklyNinja to Ortham in GitHub links
Also fix the AppVeyor CI link.
This commit is contained in:
+1
-1
@@ -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
@@ -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,6 +1,6 @@
|
||||
# LOOT
|
||||
|
||||
[](https://ci.appveyor.com/project/WrinklyNinja/loot-api)
|
||||
[](https://ci.appveyor.com/project/LOOT/loot-api/branch/dev)
|
||||
[](https://travis-ci.org/loot/loot-api)
|
||||
[](http://loot-api.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user