From 0fe892397a8706bf9ce2eeb70cdb11f2c33011bb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 27 May 2014 15:25:58 +0200 Subject: Update for new URL. --- README | 2 +- man/pass.1 | 2 +- src/password-store.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8bee02a..1cc01b9 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ This is a very simple password store that encrypts passwords using gpg and places the encrypted password in a directory. It can generate new passwords and keep track of old ones. -Visit the project page for more information: http://zx2c4.com/projects/password-store +Visit the project page for more information: http://www.passwordstore.org/ Please see the man page for documentation and examples. diff --git a/man/pass.1 b/man/pass.1 index 42d9aec..8ac8ecf 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -426,7 +426,7 @@ was written by Jason A. Donenfeld .ME . For updates and more information, a project page is available on the -.UR http://\:zx2c4.com/\:projects/\:password-store +.UR http://\:www.passwordstore.org/ World Wide Web .UE . diff --git a/src/password-store.sh b/src/password-store.sh index 460aa63..e68384b 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -205,7 +205,7 @@ cmd_version() { = Jason A. Donenfeld = = Jason@zx2c4.com = = = - = http://zx2c4.com/projects/password-store = + = http://www.passwordstore.org/ = ============================================ _EOF } -- cgit v1.2.3-59-g8ed1b