diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-17 10:45:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-25 22:50:55 +0200 |
commit | 787524daad03bd7c0904f70c8e0d4f3fd7b2807f (patch) | |
tree | b6035ee26743a800876ddccf2d9a430bdfb2a2f2 /app-text/xhtml11 | |
parent | app-text/openjade: use HTTPS (diff) | |
download | gentoo-787524daad03bd7c0904f70c8e0d4f3fd7b2807f.tar.gz gentoo-787524daad03bd7c0904f70c8e0d4f3fd7b2807f.tar.bz2 gentoo-787524daad03bd7c0904f70c8e0d4f3fd7b2807f.zip |
app-text/xhtml11: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/xhtml11')
-rw-r--r-- | app-text/xhtml11/xhtml11-20101123.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xhtml11/xhtml11-20101123.ebuild b/app-text/xhtml11/xhtml11-20101123.ebuild index 02a0e3691373..7dd8687465b0 100644 --- a/app-text/xhtml11/xhtml11-20101123.ebuild +++ b/app-text/xhtml11/xhtml11-20101123.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit sgml-catalog-r1 DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" -HOMEPAGE="http://www.w3.org/TR/xhtml11/" -SRC_URI="http://www.w3.org/TR/xhtml11/xhtml11.tgz -> ${P}.tar.gz" +HOMEPAGE="https://www.w3.org/TR/xhtml11/" +SRC_URI="https://www.w3.org/TR/xhtml11/xhtml11.tgz -> ${P}.tar.gz" LICENSE="W3C" SLOT="0" |