diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-12 00:55:27 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-12 01:30:55 +0200 |
commit | 027866052b866bff0afff7e198cb4121469b124e (patch) | |
tree | 0925f1e52422036fd2c140830e6dca5700bc9cc6 /dev-dotnet/fsautocomplete | |
parent | net-misc/rclone: metadata - fix bugs-to (diff) | |
download | gentoo-027866052b866bff0afff7e198cb4121469b124e.tar.gz gentoo-027866052b866bff0afff7e198cb4121469b124e.tar.bz2 gentoo-027866052b866bff0afff7e198cb4121469b124e.zip |
dev-dotnet/fsautocomplete: fix upstream URL
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/fsautocomplete')
4 files changed, 11 insertions, 11 deletions
diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild index 84a00cd1484a..7266918d1e8d 100644 --- a/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild +++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild @@ -243,14 +243,14 @@ yolodev.expecto.testsdk@0.14.2 inherit check-reqs dotnet-pkg DESCRIPTION="F# language server using the Language Server Protocol" -HOMEPAGE="https://github.com/fsharp/FsAutoComplete/" +HOMEPAGE="https://github.com/ionide/FsAutoComplete/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/fsharp/${MY_PN}.git" + EGIT_REPO_URI="https://github.com/ionide/${MY_PN}.git" else - SRC_URI="https://github.com/fsharp/${MY_PN}/archive/v${PV}.tar.gz + SRC_URI="https://github.com/ionide/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild index 3ae25b402912..951475e2e3fe 100644 --- a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild +++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild @@ -226,14 +226,14 @@ yolodev.expecto.testsdk@0.14.3 inherit check-reqs dotnet-pkg DESCRIPTION="F# language server using the Language Server Protocol" -HOMEPAGE="https://github.com/fsharp/FsAutoComplete/" +HOMEPAGE="https://github.com/ionide/FsAutoComplete/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/fsharp/${REAL_PN}.git" + EGIT_REPO_URI="https://github.com/ionide/${REAL_PN}.git" else - SRC_URI="https://github.com/fsharp/${REAL_PN}/archive/v${PV}.tar.gz + SRC_URI="https://github.com/ionide/${REAL_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${REAL_PN}-${PV}" diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild index 3ae25b402912..951475e2e3fe 100644 --- a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild +++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild @@ -226,14 +226,14 @@ yolodev.expecto.testsdk@0.14.3 inherit check-reqs dotnet-pkg DESCRIPTION="F# language server using the Language Server Protocol" -HOMEPAGE="https://github.com/fsharp/FsAutoComplete/" +HOMEPAGE="https://github.com/ionide/FsAutoComplete/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/fsharp/${REAL_PN}.git" + EGIT_REPO_URI="https://github.com/ionide/${REAL_PN}.git" else - SRC_URI="https://github.com/fsharp/${REAL_PN}/archive/v${PV}.tar.gz + SRC_URI="https://github.com/ionide/${REAL_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${REAL_PN}-${PV}" diff --git a/dev-dotnet/fsautocomplete/metadata.xml b/dev-dotnet/fsautocomplete/metadata.xml index b94c954512c6..ce6ace62a821 100644 --- a/dev-dotnet/fsautocomplete/metadata.xml +++ b/dev-dotnet/fsautocomplete/metadata.xml @@ -13,7 +13,7 @@ Visual Studio Code, Sublime Text. </longdescription> <upstream> - <bugs-to>https://github.com/fsharp/FsAutoComplete/issues/</bugs-to> - <remote-id type="github">fsharp/FsAutoComplete</remote-id> + <bugs-to>https://github.com/ionide/FsAutoComplete/issues/</bugs-to> + <remote-id type="github">ionide/FsAutoComplete</remote-id> </upstream> </pkgmetadata> |