diff options
author | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:33 +0200 |
---|---|---|
committer | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:33 +0200 |
commit | f0b147b20d65fb2b57a3c54683de528d95f57dea (patch) | |
tree | 7556b820ca89790215ba5751383e32e00ce98ec1 | |
parent | 2b7aef4ad0720cab8a162332363dc91508ee9d9e (diff) |
d/copyright: Use https protocol in Format field
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 99f09da..756fe68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ scons (3.0.1-2) UNRELEASED; urgency=medium * d/control: Remove ancient X-Python-Version field + * d/copyright: Use https protocol in Format field -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:49:30 +0200 diff --git a/debian/copyright b/debian/copyright index 468939f..c77c2a5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: scons Upstream-Contact: Steven Knight <knight@baldmt.com> Source: http://www.scons.org |