diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-06-28 05:29:23 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-06-28 05:29:23 +0200 |
commit | 5a5c28589eb37db7bad020878912da41a3561f82 (patch) | |
tree | 4d3819d39de875616c89d6ee3b3dcdaae4e22f24 | |
parent | a8805c7f2d76ec0a62eac0d3167dd586687fe78d (diff) |
Use secure URI for homepage
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2ec5e431..eeb80abb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libunistring (0.9.10-1) UNRELEASED; urgency=medium - Refresh symbols file. * debian/control: - Switch Vcs-* to new loacation. + - Use secure URI for homepage. * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. diff --git a/debian/control b/debian/control index 96437a5c..03bc51c9 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11), Standards-Version: 4.1.4 Section: libs -Homepage: http://www.gnu.org/software/libunistring/ +Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: git://jff.email/opt/git/libunistring.git Vcs-Browser: https://jff.email/cgit/libunistring.git |