Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroyuki Tanaka <myheroyuki@outlook.com>2023-03-30 18:18:17 +0300
committerHiroyuki Tanaka <myheroyuki@outlook.com>2023-03-30 18:18:17 +0300
commitfd888505b40eb86d031ac6fa5b2b2704b1b9565b (patch)
tree0dd49b91bc1596a5de3caac5bdd7e208cf73ba18
parent16b9e7708aab4503b00bb1fa77a870e1480a16c2 (diff)
parent888469f8775124b4eb69dbaf3b11bff6c8ca87e3 (diff)
Merge branch 'add_flathub_token' into 'master'
add flathub token to verify maintainership See merge request Remmina/remmina-web!151
-rw-r--r--.well-known/org.flathub.VerifiedApps.txt1
-rw-r--r--_config.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/.well-known/org.flathub.VerifiedApps.txt b/.well-known/org.flathub.VerifiedApps.txt
new file mode 100644
index 0000000..c51394f
--- /dev/null
+++ b/.well-known/org.flathub.VerifiedApps.txt
@@ -0,0 +1 @@
+c1f2bba8-a777-4e25-820b-6d67634d63cb \ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 277efa7..3a0fc28 100644
--- a/_config.yml
+++ b/_config.yml
@@ -324,3 +324,5 @@ defaults:
exclude:
- assets/css/Fork-Awesome/src/doc/
- vendor/
+
+include: [".well-known"] \ No newline at end of file