use https where possible in debian packaging
This commit is contained in:
parent
229268097c
commit
615980eea8
|
@ -26,7 +26,7 @@ Description: Library for Public Suffix List (development headers)
|
||||||
'super domain' certificates, for domain highlighting purposes
|
'super domain' certificates, for domain highlighting purposes
|
||||||
sorting domain lists by site and more.
|
sorting domain lists by site and more.
|
||||||
.
|
.
|
||||||
Please see http://publicsuffix.org for more detailed information.
|
Please see https://publicsuffix.org for more detailed information.
|
||||||
.
|
.
|
||||||
This package contains development header files and documentation for
|
This package contains development header files and documentation for
|
||||||
developers.
|
developers.
|
||||||
|
@ -42,7 +42,7 @@ Description: Library for Public Suffix List (shared libraries)
|
||||||
'super domain' certificates, for domain highlighting purposes
|
'super domain' certificates, for domain highlighting purposes
|
||||||
sorting domain lists by site and more.
|
sorting domain lists by site and more.
|
||||||
.
|
.
|
||||||
Please see http://publicsuffix.org for more detailed information.
|
Please see https://publicsuffix.org for more detailed information.
|
||||||
.
|
.
|
||||||
This package contains runtime libraries.
|
This package contains runtime libraries.
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ Description: Explore the Public Suffix List
|
||||||
'super domain' certificates, for domain highlighting purposes
|
'super domain' certificates, for domain highlighting purposes
|
||||||
sorting domain lists by site and more.
|
sorting domain lists by site and more.
|
||||||
.
|
.
|
||||||
Please see http://publicsuffix.org for more detailed information.
|
Please see https://publicsuffix.org for more detailed information.
|
||||||
.
|
.
|
||||||
This package contains a commandline tool to explore the Public Suffix
|
This package contains a commandline tool to explore the Public Suffix
|
||||||
List.
|
List.
|
||||||
|
@ -74,6 +74,6 @@ Description: Library for the Public Suffix List (debug symbols)
|
||||||
'super domain' certificates, for domain highlighting purposes
|
'super domain' certificates, for domain highlighting purposes
|
||||||
sorting domain lists by site and more.
|
sorting domain lists by site and more.
|
||||||
.
|
.
|
||||||
Please see http://publicsuffix.org for more detailed information.
|
Please see https://publicsuffix.org for more detailed information.
|
||||||
.
|
.
|
||||||
This package contains debug symbols for libpsl.
|
This package contains debug symbols for libpsl.
|
||||||
|
|
|
@ -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: libpsl
|
Upstream-Name: libpsl
|
||||||
Source: https://github.com/rockdaboot/libpsl
|
Source: https://github.com/rockdaboot/libpsl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue