diff options
author | Simon McVittie <smcv@debian.org> | 2016-01-21 22:34:22 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-01-22 00:55:03 +0000 |
commit | 7db255ff60525066b34808ed21f9c40b6177a54d (patch) | |
tree | 267eae0410c39fc3716f998811c0a2af398fb4f9 /debian | |
parent | 764dc42f81d4077c24515bcc2e72fd40e91ec048 (diff) | |
download | ikiwiki-7db255ff60525066b34808ed21f9c40b6177a54d.tar ikiwiki-7db255ff60525066b34808ed21f9c40b6177a54d.tar.gz |
d/control: use https for Homepage
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d8044c465..d20819e89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.20160122) UNRELEASED; urgency=medium + + * d/control: use https for Homepage + + -- Simon McVittie <smcv@debian.org> Thu, 21 Jan 2016 22:34:04 +0000 + ikiwiki (3.20160121) unstable; urgency=medium [ Amitai Schlair ] diff --git a/debian/control b/debian/control index 8af788c2d..bdfe973c2 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Maintainer: Simon McVittie <smcv@debian.org> Uploaders: Josh Triplett <josh@freedesktop.org>, Standards-Version: 3.9.6 -Homepage: http://ikiwiki.info/ +Homepage: https://ikiwiki.info/ Vcs-Git: git://git.ikiwiki.info/ Testsuite: autopkgtest-pkg-perl |