diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:24:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:45 +0200 |
commit | 4acf308297ad6b115de482570613a61c59ae365a (patch) | |
tree | e28627ccf83b92039ff540459b8532eb134212a1 /games-misc | |
parent | games-misc/fortune-mod-thomas-ogrisegg: use HTTPS (diff) | |
download | gentoo-4acf308297ad6b115de482570613a61c59ae365a.tar.gz gentoo-4acf308297ad6b115de482570613a61c59ae365a.tar.bz2 gentoo-4acf308297ad6b115de482570613a61c59ae365a.zip |
games-misc/papers-please: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/papers-please/papers-please-1.1.65.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild index ec28d2a4a6d6..5e0d86b842c8 100644 --- a/games-misc/papers-please/papers-please-1.1.65.ebuild +++ b/games-misc/papers-please/papers-please-1.1.65.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop wrapper -DESCRIPTION="A Dystopian Document Thriller" -HOMEPAGE="http://papersplea.se" +DESCRIPTION="Dystopian Document Thriller" +HOMEPAGE="https://papersplea.se" SRC_URI="papers-please_${PV}_i386.tar.gz" S="${WORKDIR}"/${PN} |