aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-06-27 08:54:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-06-27 08:54:38 -0300
commit569c79ad482cf0d98ac02e8eec5bd5b49a0077ba (patch)
tree677aa9dd2e6c3b60f690c992978b2c54478b511e
parentcdf70d5e37aac6d697d3014e8f41ca173b586031 (diff)
downloadkeyringer-569c79ad482cf0d98ac02e8eec5bd5b49a0077ba.tar.gz
keyringer-569c79ad482cf0d98ac02e8eec5bd5b49a0077ba.tar.bz2
Fix: New upstream URLs
-rw-r--r--ChangeLog6
-rw-r--r--index.md21
-rwxr-xr-xkeyringer2
3 files changed, 19 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce5aa6..7b6fae2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-07 - 0.5.7 - Silvio Rhatto <rhatto@riseup.net>
+
+ New upstream URLs
+
+ Fix BASEPATH evaluation when encrypting a folder
+
2021-07-03 - 0.5.6 - Silvio Rhatto <rhatto@riseup.net>
Fix Debian bug #990255: keyringer incorrectly tries to use vim settings from
diff --git a/index.md b/index.md
index 5013966..7c622c2 100644
--- a/index.md
+++ b/index.md
@@ -3,14 +3,17 @@
Keyringer lets you manage and share secrets using GnuPG and Git with custom
commands to encrypt, decrypt, recrypt, create key pairs, etc.
-- Project page: [https://keyringer.pw](https://keyringer.pw)
-- Manpage: [keyringer.1](share/man/keyringer.1)
-- License: [GPLv3+](LICENSE)
-- Current issue tracker: [see tasks](/tasks).
-- Archived issue tracker: [https://keyringer.pw/trac](https://keyringer.pw/trac)
-- Tor hidden service: [http://4qt45wbulqipigwa.onion](http://4qt45wbulqipigwa.onion)
-- Releases: [https://keyringer.pw/releases](releases)
-- Contact: rhatto at riseup.net
+* Project page: [https://keyringer.fluxo.info](https://keyringer.fluxo.info)
+* Repository and issue tracker: [https://0xacab.org/rhatto/keyringer](https://0xacab.org/rhatto/keyringer)
+* Repository mirror: [https://git.fluxo.info/keyringer](https://git.fluxo.info/keyringer)
+* Archived issue trackers:
+ * [Built-in Taskwarrior database](/tasks).
+ * [Trac](https://keyringer.fluxo.info/trac)
+* Manpage: [keyringer.1](share/man/keyringer.1)
+* License: [GPLv3+](LICENSE)
+* Tor Onion Service: [http://fpwwehb7ngvmxwl5ahtubh5gs5i4olmrubx73zlnzheubhjweik5irid.onion](http://fpwwehb7ngvmxwl5ahtubh5gs5i4olmrubx73zlnzheubhjweik5irid.onion)
+* Releases: [https://keyringer.fluxo.info/releases](releases)
+* Contact: rhatto at riseup.net
Index
-----
@@ -22,7 +25,7 @@ Installation
Just clone
- git clone https://git.fluxo.info/keyringer
+ git clone https://0xacab.org/rhatto/keyringer.git
You can also verify the latest commit's OpenPGP signature:
diff --git a/keyringer b/keyringer
index 8c1faf2..22fe6f8 100755
--- a/keyringer
+++ b/keyringer
@@ -81,7 +81,7 @@ function keyringer_init {
touch "$OPTIONS"
# Setup README
- echo "Keyring repository powered by https://keyringer.pw" > "$BASEDIR/README"
+ echo "Keyring repository powered by https://keyringer.fluxo.info" > "$BASEDIR/README"
echo "" >> "$BASEDIR/README"
# Set config version