mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
games-board/cockatrice: fix HomepageInSrcUri
Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
ee94d4ecdd
commit
67b2db7205
@@ -8,7 +8,7 @@ inherit cmake-utils
|
||||
MY_PV="2019-03-04-Release-2.7.0"
|
||||
DESCRIPTION="An open-source multiplatform software for playing card games over a network"
|
||||
HOMEPAGE="https://github.com/Cockatrice/Cockatrice"
|
||||
SRC_URI="${HOMEPAGE}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/Cockatrice/Cockatrice/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user