diff options
author | 2015-08-24 12:47:45 +0200 | |
---|---|---|
committer | 2015-08-24 12:49:19 +0200 | |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /mail-mta/nullmailer | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/metadata.xml | 2 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.13-r5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/metadata.xml b/mail-mta/nullmailer/metadata.xml index c20ce93ed716..c067fad8107f 100644 --- a/mail-mta/nullmailer/metadata.xml +++ b/mail-mta/nullmailer/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-mail</herd> <maintainer> diff --git a/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild b/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild index e2801de66824..7cd45b2ad0d2 100644 --- a/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="Simple relay-only local mail transport agent" HOMEPAGE="http://untroubled.org/nullmailer/" SRC_URI=" http://untroubled.org/${PN}/archive/${MY_P}.tar.gz - http://dev.gentoo.org/~jlec/distfiles/${PN}-patches-${PV}.tar.xz" + https://dev.gentoo.org/~jlec/distfiles/${PN}-patches-${PV}.tar.xz" # mirror://debian/pool/main/n/${PN}/${DEBIAN_SRC}" SLOT="0" |