add ups config and fix formatting

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-05-02 11:08:18 +03:00
parent 886037492c
commit b31ebb1145
3 changed files with 13 additions and 2 deletions

9
ups.json Normal file
View File

@ -0,0 +1,9 @@
{
"upstream": "https://git.lolcat.ca/lolcat/4get",
"provider": "gitea",
"commit": "ff8b1addf7059a8289049e937475c289e1ba407d",
"scripts": [
"s/--- a\\//--- a\\/src\\//g",
"s/+++ b\\//+++ b\\/src\\//g"
]
}