Changed URLs to point to git.schlomp.space
This commit is contained in:
parent
b147b42b79
commit
5d34c938e1
|
@ -14,7 +14,7 @@ to rewrite [AMP](https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages) URLs to
|
||||||
point at the real webpages.
|
point at the real webpages.
|
||||||
|
|
||||||
Please report any bugs via the
|
Please report any bugs via the
|
||||||
[issue tracker on GitHub](https://github.com/tastytea/expandurl-mastodon/issues)
|
[issue tracker on git.schlomp.space](https://git.schlomp.space/tastytea/expandurl-mastodon/issues)
|
||||||
or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
@ -25,7 +25,7 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
* C++ compiler (tested: gcc 6.4)
|
* C++ compiler (tested: gcc 6.4)
|
||||||
* [cmake](https://cmake.org/) (tested: 3.9.6)
|
* [cmake](https://cmake.org/) (tested: 3.9.6)
|
||||||
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
|
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
|
||||||
* [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.15.1)
|
* [mastodon-cpp](https://git.schlomp.space/tastytea/mastodon-cpp) (at least: 0.15.1)
|
||||||
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4)
|
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4)
|
||||||
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2.0)
|
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2.0)
|
||||||
|
|
||||||
|
@ -33,11 +33,11 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
|
|
||||||
### Latest release
|
### Latest release
|
||||||
|
|
||||||
https://github.com/tastytea/expandurl-mastodon/releases/latest
|
https://git.schlomp.space/tastytea/expandurl-mastodon/releases
|
||||||
|
|
||||||
### Development version
|
### Development version
|
||||||
|
|
||||||
git clone https://github.com/tastytea/expandurl-mastodon.git
|
git clone https://git.schlomp.space/tastytea/expandurl-mastodon.git
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ EAPI=6
|
||||||
inherit git-r3 cmake-utils
|
inherit git-r3 cmake-utils
|
||||||
|
|
||||||
DESCRIPTION="Mastodon bot that expands shortened URLs."
|
DESCRIPTION="Mastodon bot that expands shortened URLs."
|
||||||
HOMEPAGE="https://github.com/tastytea/expandurl-mastodon"
|
HOMEPAGE="https://git.schlomp.space/tastytea/expandurl-mastodon"
|
||||||
EGIT_REPO_URI="https://github.com/tastytea/expandurl-mastodon.git"
|
EGIT_REPO_URI="https://git.schlomp.space/tastytea/expandurl-mastodon.git"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user