diff options
-rw-r--r-- | dev-util/redo/redo-0.42.ebuild | 2 | ||||
-rw-r--r-- | dev-util/redo/redo-99999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42.ebuild index a979123b762f..17098dc04661 100644 --- a/dev-util/redo/redo-0.42.ebuild +++ b/dev-util/redo/redo-0.42.ebuild @@ -8,7 +8,7 @@ inherit multilib multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" +SRC_URI="https://github.com/apenwarr/redo/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index 30c70257c019..57197b9f75d3 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -8,7 +8,7 @@ inherit git-r3 multilib multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/apenwarr/redo" LICENSE="LGPL-2" SLOT="0" |