git.flash.moe -> patchii.net

This commit is contained in:
flash 2023-11-20 18:50:00 +00:00
parent 9c4cbcfff7
commit 49beea376f
3 changed files with 18 additions and 18 deletions

View file

@ -1,3 +1,3 @@
# Seria # 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
View file

@ -61,8 +61,8 @@
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.flash.moe/flash/index.git", "url": "https://patchii.net/flash/index.git",
"reference": "82a350a5c719cc83aa22382201683a68a2629f2a" "reference": "c563bb20e8dfc046ca3cb4bbcbd682b28f87a88f"
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
@ -100,15 +100,15 @@
], ],
"description": "Composer package for the common library for my projects.", "description": "Composer package for the common library for my projects.",
"homepage": "https://railgun.sh/index", "homepage": "https://railgun.sh/index",
"time": "2023-09-15T22:44:36+00:00" "time": "2023-11-09T14:04:39+00:00"
}, },
{ {
"name": "flashwave/sasae", "name": "flashwave/sasae",
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.flash.moe/flash/sasae.git", "url": "https://patchii.net/flash/sasae.git",
"reference": "739669fc8ce7ea862ed2129cb24976ceebd0f4c7" "reference": "9ead82d72fcdde72694e25ede468a4f686d3abc9"
}, },
"require": { "require": {
"flashwave/index": "dev-master", "flashwave/index": "dev-master",
@ -141,11 +141,11 @@
], ],
"description": "A wrapper for Twig with added common functionality.", "description": "A wrapper for Twig with added common functionality.",
"homepage": "https://railgun.sh/sasae", "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", "name": "symfony/deprecation-contracts",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
@ -192,7 +192,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -845,16 +845,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.38", "version": "1.10.43",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691" "reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2c4129f6ca8c7cfa870098884b8869b410a5a361",
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691", "reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -903,7 +903,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-06T14:19:14+00:00" "time": "2023-11-19T19:55:25+00:00"
} }
], ],
"aliases": [], "aliases": [],

View file

@ -36,16 +36,16 @@
</div> </div>
<footer class="footer"> <footer class="footer">
<div class="copyright"> <div class="copyright">
<span>Powered by <a href="//git.flash.moe/flashii/seria">Seria</a> &copy; <a href="//flash.moe">flashwave</a> 2021-{{ 'now'|date('Y') }}</span> <span>Powered by <a href="//patchii.net/flashii/seria">Seria</a> &copy; <a href="//flash.moe">flashwave</a> 2021-{{ 'now'|date('Y') }}</span>
<span>/ <span>/
{% set git_branch = git_branch() %} {% set git_branch = git_branch() %}
{% if git_branch != 'HEAD' %} {% 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 %} {% else %}
{% set git_tag = git_tag() %} {% 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 %} {% 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> </span>
{% if globals.display_timings_info %} {% if globals.display_timings_info %}
<span>/ SQL Queries: {{ seria_db_query_count()|number_format }}</span> <span>/ SQL Queries: {{ seria_db_query_count()|number_format }}</span>