git.flash.moe -> patchii.net
This commit is contained in:
parent
9c4cbcfff7
commit
49beea376f
3 changed files with 18 additions and 18 deletions
|
@ -1,3 +1,3 @@
|
|||
# Seria
|
||||
|
||||
Stinky private torrent tracker. I don't think it works currently lol.
|
||||
Not-so-Stinky private torrent tracker. It works now!
|
||||
|
|
26
composer.lock
generated
26
composer.lock
generated
|
@ -61,8 +61,8 @@
|
|||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.flash.moe/flash/index.git",
|
||||
"reference": "82a350a5c719cc83aa22382201683a68a2629f2a"
|
||||
"url": "https://patchii.net/flash/index.git",
|
||||
"reference": "c563bb20e8dfc046ca3cb4bbcbd682b28f87a88f"
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
|
@ -100,15 +100,15 @@
|
|||
],
|
||||
"description": "Composer package for the common library for my projects.",
|
||||
"homepage": "https://railgun.sh/index",
|
||||
"time": "2023-09-15T22:44:36+00:00"
|
||||
"time": "2023-11-09T14:04:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "flashwave/sasae",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.flash.moe/flash/sasae.git",
|
||||
"reference": "739669fc8ce7ea862ed2129cb24976ceebd0f4c7"
|
||||
"url": "https://patchii.net/flash/sasae.git",
|
||||
"reference": "9ead82d72fcdde72694e25ede468a4f686d3abc9"
|
||||
},
|
||||
"require": {
|
||||
"flashwave/index": "dev-master",
|
||||
|
@ -141,11 +141,11 @@
|
|||
],
|
||||
"description": "A wrapper for Twig with added common functionality.",
|
||||
"homepage": "https://railgun.sh/sasae",
|
||||
"time": "2023-08-24T23:24:45+00:00"
|
||||
"time": "2023-11-20T18:49:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
"version": "v3.3.0",
|
||||
"version": "v3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"description": "A generic function and convention to trigger deprecation notices",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -845,16 +845,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.10.38",
|
||||
"version": "1.10.43",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691"
|
||||
"reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691",
|
||||
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2c4129f6ca8c7cfa870098884b8869b410a5a361",
|
||||
"reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -903,7 +903,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-10-06T14:19:14+00:00"
|
||||
"time": "2023-11-19T19:55:25+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
|
@ -36,16 +36,16 @@
|
|||
</div>
|
||||
<footer class="footer">
|
||||
<div class="copyright">
|
||||
<span>Powered by <a href="//git.flash.moe/flashii/seria">Seria</a> © <a href="//flash.moe">flashwave</a> 2021-{{ 'now'|date('Y') }}</span>
|
||||
<span>Powered by <a href="//patchii.net/flashii/seria">Seria</a> © <a href="//flash.moe">flashwave</a> 2021-{{ 'now'|date('Y') }}</span>
|
||||
<span>/
|
||||
{% set git_branch = git_branch() %}
|
||||
{% if git_branch != 'HEAD' %}
|
||||
<a href="https://git.flash.moe/flashii/seria/src/branch/{{ git_branch }}" target="_blank" rel="noreferrer noopener">{{ git_branch }}</a>
|
||||
<a href="https://patchii.net/flashii/seria/src/branch/{{ git_branch }}" target="_blank" rel="noreferrer noopener">{{ git_branch }}</a>
|
||||
{% else %}
|
||||
{% set git_tag = git_tag() %}
|
||||
<a href="https://git.flash.moe/flashii/seria/src/tag/{{ git_tag }}" target="_blank" rel="noreferrer noopener">{{ git_tag }}</a>
|
||||
<a href="https://patchii.net/flashii/seria/src/tag/{{ git_tag }}" target="_blank" rel="noreferrer noopener">{{ git_tag }}</a>
|
||||
{% endif %}
|
||||
# <a href="https://git.flash.moe/flashii/seria/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener">{{ git_commit_hash() }}</a>
|
||||
# <a href="https://patchii.net/flashii/seria/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener">{{ git_commit_hash() }}</a>
|
||||
</span>
|
||||
{% if globals.display_timings_info %}
|
||||
<span>/ SQL Queries: {{ seria_db_query_count()|number_format }}</span>
|
||||
|
|
Loading…
Reference in a new issue