diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-13 10:08:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-13 10:08:31 +0200 |
commit | b4371df49f76990e518fadb8b3c0352d5a5cfa50 (patch) | |
tree | 84625aff61cd84867e55685ddfeb4fa3afa7a7d8 /debian | |
parent | d3a8764d9b672bf65478d576b65b630d45bed796 (diff) |
d/control: Use secure URI for homepage
Diffstat (limited to 'debian')
-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 26a29a1..bfc54b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ scons (3.0.5-1) UNRELEASED; urgency=medium - Remove trailing whitespaces. - Add python3 support. - Change VCS-* to point to the new repository. + - Use secure URI for homepage. * debian/rules: - Remove trailing whitespaces. - Add python3 support. diff --git a/debian/control b/debian/control index 0c66ca1..095ae50 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: python-all, python3-all Standards-Version: 4.4.0 -Homepage: http://www.scons.org/ +Homepage: https://www.scons.org/ Vcs-Git: git://jff.email/opt/git/scons.git Vcs-Browser: https://jff.email/cgit/scons.git |