From 36a21ed8597cd36abad1335e65bc8d63ba222602 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 2 May 2025 12:00:02 +0300 Subject: [PATCH] add ups config Signed-off-by: ngn --- README.md | 4 +++- ups.json | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 ups.json diff --git a/README.md b/README.md index dcef2d4..3db1801 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ ![](https://git.ngn.tf/ngn/anonymous_overflow/actions/workflows/build.yml/badge.svg) -A fork of the [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project, with my personal changes. +A fork of the +[AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) project, +with my personal changes. diff --git a/ups.json b/ups.json new file mode 100644 index 0000000..fc34090 --- /dev/null +++ b/ups.json @@ -0,0 +1,5 @@ +{ + "upstream": "https://github.com/httpjamesm/AnonymousOverflow", + "provider": "github", + "commit": "6f984fe7fd1c5d5cc4f11844ff707927bb248c0e" +}