summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-06-08 12:58:05 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-07-02 20:35:14 +0300
commit8196b6a60f2fd0b60e97a42941d5a893b6f89181 (patch)
tree8dc7d1c32eee3ed01094629186662795358ce2d8 /dev-util/tup/tup-0.7.10.ebuild
parentdev-util/peg: use HTTPS (diff)
downloadgentoo-8196b6a60f2fd0b60e97a42941d5a893b6f89181.tar.gz
gentoo-8196b6a60f2fd0b60e97a42941d5a893b6f89181.tar.bz2
gentoo-8196b6a60f2fd0b60e97a42941d5a893b6f89181.zip
dev-util/tup: use HTTPS, update DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25807 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/tup/tup-0.7.10.ebuild')
-rw-r--r--dev-util/tup/tup-0.7.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/tup/tup-0.7.10.ebuild b/dev-util/tup/tup-0.7.10.ebuild
index 5c53cf4cfbb1..46df5503aea3 100644
--- a/dev-util/tup/tup-0.7.10.ebuild
+++ b/dev-util/tup/tup-0.7.10.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info toolchain-funcs
-DESCRIPTION="A file-based build system"
-HOMEPAGE="http://gittup.org/tup"
+DESCRIPTION="File-based build system"
+HOMEPAGE="https://gittup.org/tup/"
# Tup itself is GPLv2, but it bundles differently licensed software:
# - lua: MIT
# - sqlite (unused in this ebuild): public domain