From 28b6d2ee2e38c7fc57834bbfc65850f8b2a31c28 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 10 Jun 2019 15:31:33 -0400 Subject: [PATCH] bitwarden on fdroid index html file --- store/fdroid/config.py | 2 +- store/fdroid/index.html | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 store/fdroid/index.html diff --git a/store/fdroid/config.py b/store/fdroid/config.py index 13836f55a..c4ad53861 100644 --- a/store/fdroid/config.py +++ b/store/fdroid/config.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -repo_url = "https://bitwarden.github.io/fdroid" +repo_url = "https://mobileapp.bitwarden.com/fdroid" repo_name = "Bitwarden F-Droid Repo" repo_icon = "fdroid-icon.png" repo_description = """ diff --git a/store/fdroid/index.html b/store/fdroid/index.html new file mode 100644 index 000000000..291ecfca4 --- /dev/null +++ b/store/fdroid/index.html @@ -0,0 +1,26 @@ + + + + + + + + Bitwarden on F-Droid + + + + + + +

F-Droid Repo

+ + + + + + \ No newline at end of file