diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:06 +0100 |
commit | 063e697ffebe3d057a28eb1f837ecb6f9351c417 (patch) | |
tree | 0950d25221fe06b50b6d6c3e6ca92cf7c70a7e6b /sci-mathematics/mathomatic | |
parent | sci-mathematics/lrcalc: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-063e697ffebe3d057a28eb1f837ecb6f9351c417.tar.gz gentoo-063e697ffebe3d057a28eb1f837ecb6f9351c417.tar.bz2 gentoo-063e697ffebe3d057a28eb1f837ecb6f9351c417.zip |
sci-mathematics/mathomatic: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild b/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild index eab05cc8391f..1c10050e1898 100644 --- a/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs flag-o-matic DESCRIPTION="Automatic algebraic manipulator" HOMEPAGE="http://www.mathomatic.org/" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.bz2" +SRC_URI="http://www.mathomatic.org/archive/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" |