diff options
author | Michael Lill <michael.lill@tokiwa.software> | 2024-02-12 16:18:22 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-12 18:07:56 +0100 |
commit | 86df6862c92ee26a53dd98239166eb0e36c3cc52 (patch) | |
tree | 395e46fd8be68fa70be0eee1f2219431eb19ae11 /dev-lang/fuzion | |
parent | games-emulation/ppsspp: turn off ccache (diff) | |
download | gentoo-86df6862c92ee26a53dd98239166eb0e36c3cc52.tar.gz gentoo-86df6862c92ee26a53dd98239166eb0e36c3cc52.tar.bz2 gentoo-86df6862c92ee26a53dd98239166eb0e36c3cc52.zip |
dev-lang/fuzion: update homepage url
Main url is now https://fuzion-lang.dev, even tough https://flang.dev still
exists. Changed due to name clash with gcc frontend for fortran which is also
called flang.
Signed-off-by: Michael Lill <michael.lill@tokiwa.software>
Closes: https://github.com/gentoo/gentoo/pull/35288
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/fuzion')
-rw-r--r-- | dev-lang/fuzion/fuzion-0.085-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/fuzion/fuzion-0.086.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/fuzion/metadata.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/fuzion/fuzion-0.085-r1.ebuild b/dev-lang/fuzion/fuzion-0.085-r1.ebuild index 063790bb40b9..a90cd4f70918 100644 --- a/dev-lang/fuzion/fuzion-0.085-r1.ebuild +++ b/dev-lang/fuzion/fuzion-0.085-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 DESCRIPTION="A language with a focus on simplicity, safety and correctness" -HOMEPAGE="https://flang.dev/ +HOMEPAGE="https://fuzion-lang.dev/ https://github.com/tokiwa-software/fuzion/" if [[ "${PV}" == *9999* ]] ; then diff --git a/dev-lang/fuzion/fuzion-0.086.ebuild b/dev-lang/fuzion/fuzion-0.086.ebuild index 25e1fa2bc8ef..933ed223e6ec 100644 --- a/dev-lang/fuzion/fuzion-0.086.ebuild +++ b/dev-lang/fuzion/fuzion-0.086.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 DESCRIPTION="A language with a focus on simplicity, safety and correctness" -HOMEPAGE="https://flang.dev/ +HOMEPAGE="https://fuzion-lang.dev/ https://github.com/tokiwa-software/fuzion/" if [[ "${PV}" == *9999* ]] ; then diff --git a/dev-lang/fuzion/metadata.xml b/dev-lang/fuzion/metadata.xml index 47ee98be75cb..ff8570fb1aec 100644 --- a/dev-lang/fuzion/metadata.xml +++ b/dev-lang/fuzion/metadata.xml @@ -11,8 +11,8 @@ for performance and correctness. </longdescription> <upstream> - <changelog>https://flang.dev/release_notes.txt</changelog> - <doc>https://flang.dev/docs/index</doc> + <changelog>https://fuzion-lang.dev/release_notes.txt</changelog> + <doc>https://fuzion-lang.dev/docs/index</doc> <bugs-to>https://github.com/tokiwa-software/fuzion/issues/</bugs-to> <remote-id type="github">tokiwa-software/fuzion</remote-id> </upstream> |