mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Rename obsolete path debian/tests/control.autodep8 to
|
||||
debian/tests/control.
|
||||
* Use secure URI in Homepage field.
|
||||
|
||||
-- Debian Janitor <janitor@jelmer.uk> Fri, 29 Nov 2019 08:01:38 +0000
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 11),
|
||||
golang-golang-x-sys-dev,
|
||||
golang-golang-x-crypto-dev,
|
||||
Standards-Version: 4.1.3
|
||||
Homepage: http://www.aptly.info
|
||||
Homepage: https://www.aptly.info
|
||||
Vcs-Git: https://salsa.debian.org/debian/aptly.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian/aptly
|
||||
XS-Go-Import-Path: github.com/aptly-dev/aptly
|
||||
|
||||
Reference in New Issue
Block a user