diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:50:12 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:50:12 +0100 |
| commit | 52859217eb1ddc3c845b0c697b1d6eea368d530c (patch) | |
| tree | 35989477ff9984dc917e785756b2025ec1c29de3 | |
| parent | 45f557e0e96eb2fe8f9afcaaf5daf1359ed5e874 (diff) | |
adjust various addresses
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | debian/README | 2 | ||||
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rw-r--r-- | debian/copyright | 6 | ||||
| -rw-r--r-- | docs/pwgrep.pod | 2 | ||||
| -rw-r--r-- | docs/pwgrep.txt | 2 |
7 files changed, 21 insertions, 21 deletions
@@ -4,5 +4,5 @@ pwgrep A password manager programmed in Bash and GNU AWK using GPG and a RCS (e.g. Git). -Visit http://pwgrep.buetow.org for more infos. +Visit http://buetow.org for more infos. diff --git a/debian/README b/debian/README index ff80c7f..edc704d 100644 --- a/debian/README +++ b/debian/README @@ -4,4 +4,4 @@ The Debian Package pwgrep This is just a humble go project. Not sure if everything meets the debian policy though. Alt least the resulting debian package passes a pedantic lintian - -- Paul Buetow <paul@buetow.org> Wed, 02 Jan 2013 15:23:53 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Wed, 02 Jan 2013 15:23:53 +0200 diff --git a/debian/changelog b/debian/changelog index d4ec2d5..72e7198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,20 +2,20 @@ pwgrep (0.9.3) stable; urgency=low * Merge - -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 11:08:45 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Sat, 14 Jun 2014 11:08:45 +0200 pwgrep (0.9.2) stable; urgency=low * Add Debian Jessie package - -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 11:07:51 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Sat, 14 Jun 2014 11:07:51 +0200 pwgrep (0.9.1) stable; urgency=low * This release includes a few minor typos and a new brainstorming for future features. - -- Paul Buetow <paul@buetow.org> Sat, 28 Dec 2013 19:03:20 +0100 + -- Paul Buetow <pwgrep@dev.buetow.org> Sat, 28 Dec 2013 19:03:20 +0100 pwgrep (0.9.0) stable; urgency=low @@ -28,31 +28,31 @@ pwgrep (0.9.0) stable; urgency=low Helps to find old passwords for the case of any RCS merge conflicts in the central repository. - -- Paul Buetow <paul@buetow.org> Sat, 21 Dec 2013 12:00:24 +0100 + -- Paul Buetow <pwgrep@dev.buetow.org> Sat, 21 Dec 2013 12:00:24 +0100 pwgrep (0.8.8) stable; urgency=low * Another initial package for Debian Wheezy (2nd try) - -- Paul Buetow <paul@buetow.org> Mon, 01 Jul 2013 12:00:10 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Mon, 01 Jul 2013 12:00:10 +0200 pwgrep (0.8.7) stable; urgency=low * Initial package for Debian Wheezy, but no more changes. - -- Paul Buetow <paul@buetow.org> Mon, 01 Jul 2013 11:53:16 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Mon, 01 Jul 2013 11:53:16 +0200 pwgrep (0.8.6) stable; urgency=low * Makefile sets version in pwgrep.sh - -- Paul Buetow <paul@buetow.org> Mon, 08 Apr 2013 21:34:45 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Mon, 08 Apr 2013 21:34:45 +0200 pwgrep (0.8.5) stable; urgency=low * Fixing the Makefile again. Arrghh... - -- Paul Buetow <paul@buetow.org> Mon, 08 Apr 2013 21:26:08 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Mon, 08 Apr 2013 21:26:08 +0200 pwgrep (0.8.4) stable; urgency=low @@ -62,7 +62,7 @@ pwgrep (0.8.4) stable; urgency=low * Every command has its manpage now. - -- Paul Buetow <paul@buetow.org> Mon, 08 Apr 2013 20:55:45 +0200 + -- Paul Buetow <pwgrep@dev.buetow.org> Mon, 08 Apr 2013 20:55:45 +0200 pwgrep (0.8.3) stable; urgency=low @@ -161,4 +161,4 @@ pwgrep (0.8.3) stable; urgency=low atm). e.g. "pwgrep -o pwgrepbar" - -- Paul Buetow <paul@buetow.org> Fri, 04 Jan 2013 07:53:32 +0100 + -- Paul Buetow <pwgrep@dev.buetow.org> Fri, 04 Jan 2013 07:53:32 +0100 diff --git a/debian/control b/debian/control index db37bcc..d6c672d 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: pwgrep Section: utils Priority: optional -Maintainer: Paul Buetow <paul@buetow.org> +Maintainer: Paul Buetow <pwgrep@dev.buetow.org> Build-Depends: Standards-Version: 3.9.2 -Homepage: https://pwgrep.buetow.org -Vcs-Git: https://github.com/buetow//pwgrep.git -Vcs-Browser: https://github.com/buetow/pwgrep +Homepage: https://buetow.org +Vcs-Git: https://github.com/snonux/pwgrep.git +Vcs-Browser: https://github.com/snonux/pwgrep Package: pwgrep Architecture: all diff --git a/debian/copyright b/debian/copyright index 8416510..0c91634 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,13 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: pwgrep -Source: http://pwgrep.buetow.org +Source: http://buetow.org Files: * -Copyright: 2012 Paul Buetow <paul@buetow.org> +Copyright: 2012 Paul Buetow <pwgrep@dev.buetow.org> License: GPL-3.0+ Files: debian/* -Copyright: 2012 Paul Buetow <paul@buetow.org> +Copyright: 2012 Paul Buetow <pwgrep@dev.buetow.org> License: GPL-3.0+ License: GPL-3.0+ diff --git a/docs/pwgrep.pod b/docs/pwgrep.pod index 8a8af70..e31cbf8 100644 --- a/docs/pwgrep.pod +++ b/docs/pwgrep.pod @@ -22,4 +22,4 @@ Where OPTS are: =head1 Tutorial -Please go to L<http://pwgrep.buetow.org>. +Please go to L<http://buetow.org>. diff --git a/docs/pwgrep.txt b/docs/pwgrep.txt index a77a7c7..219c423 100644 --- a/docs/pwgrep.txt +++ b/docs/pwgrep.txt @@ -17,5 +17,5 @@ Synopsis - Searching all available DBs or categories at once Tutorial - Please go to <http://pwgrep.buetow.org>. + Please go to <http://buetow.org>. |
