diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-06-14 01:48:48 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-06-14 01:49:03 -0400 |
commit | f6b17d6bd28a23364359b992f41161471220be75 (patch) | |
tree | 00f986da55bd9f8243d4f4b7725defc1567e1de6 /sci-libs/m4rie | |
parent | sci-libs/m4ri: update HOMEPAGE (diff) | |
download | gentoo-f6b17d6bd28a23364359b992f41161471220be75.tar.gz gentoo-f6b17d6bd28a23364359b992f41161471220be75.tar.bz2 gentoo-f6b17d6bd28a23364359b992f41161471220be75.zip |
sci-libs/m4rie: update HOMEPAGE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/m4rie')
-rw-r--r-- | sci-libs/m4rie/m4rie-20200115-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/m4rie/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/m4rie/m4rie-20200115-r1.ebuild b/sci-libs/m4rie/m4rie-20200115-r1.ebuild index f89f9de0c3d0..60d518b539d8 100644 --- a/sci-libs/m4rie/m4rie-20200115-r1.ebuild +++ b/sci-libs/m4rie/m4rie-20200115-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Fast dense matrix arithmetic over GF(2^e) for 2 <= e <= 16" -HOMEPAGE="https://bitbucket.org/malb/m4rie/" +HOMEPAGE="https://github.com/malb/m4rie" SRC_URI="https://bitbucket.org/malb/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2+" diff --git a/sci-libs/m4rie/metadata.xml b/sci-libs/m4rie/metadata.xml index 0c2d7316d127..37eece3977cd 100644 --- a/sci-libs/m4rie/metadata.xml +++ b/sci-libs/m4rie/metadata.xml @@ -25,6 +25,6 @@ </longdescription> <upstream> - <remote-id type="bitbucket">malb/m4rie</remote-id> + <remote-id type="github">malb/m4rie</remote-id> </upstream> </pkgmetadata> |