sys-fs/squashfs-tools: Add Github HOMEPAGE
authorJeroen Roovers <jer@gentoo.org>
Fri, 5 Oct 2018 21:09:06 +0000 (23:09 +0200)
committerJeroen Roovers <jer@gentoo.org>
Fri, 5 Oct 2018 21:09:24 +0000 (23:09 +0200)
Fixes: https://bugs.gentoo.org/667812
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
sys-fs/squashfs-tools/squashfs-tools-9999.ebuild

index 11c0570d7f452328eae3c9c9189d57f056e23e75..e6d80fb8d83f6e97e431c6ba6ea282a42de11cac 100644 (file)
@@ -1,12 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net"
-EGIT_REPO_URI="https://github.com/plougher/squashfs-tools"
+HOMEPAGE="
+       http://squashfs.sourceforge.net
+       https://github.com/plougher
+"
+EGIT_REPO_URI="https://github.com/plougher/${PN}"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug lz4 lzma lzo static xattr +xz zstd"