diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 18:08:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 18:08:07 +0200 |
commit | cb0121fd85efb82becd244f0c234c390f7a7c5a4 (patch) | |
tree | 17bceff09a58f61d33b5324a1c6e01196810dd34 | |
parent | 2e824b23e188fafe9e6f5acf90a98daf7963f49c (diff) |
d/control: Correct Vcs-* URIs
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5386476..5e4ebfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mailgraph (1.14-17) UNRELEASED; urgency=medium + + * debian/control: + - Correct Vcs-* URIs. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Sep 2018 17:57:56 +0200 + mailgraph (1.14-16) unstable; urgency=medium * Change to my new email address. diff --git a/debian/control b/debian/control index d12c77c..e8463d8 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: po-debconf Standards-Version: 4.2.1 Homepage: https://mailgraph.schweikert.ch -Vcs-Git: git://jff.email/opt/git//mailgraph.git -Vcs-Browser: https://jff.email/cgit//mailgraph.git +Vcs-Git: git://jff.email/opt/git/mailgraph.git +Vcs-Browser: https://jff.email/cgit/mailgraph.git Package: mailgraph Architecture: all |