commit:     027866052b866bff0afff7e198cb4121469b124e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 22:55:27 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 23:30:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02786605

dev-dotnet/fsautocomplete: fix upstream URL

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild | 6 +++---
 dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild | 6 +++---
 dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild | 6 +++---
 dev-dotnet/fsautocomplete/metadata.xml                 | 4 ++--
 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 @@ [email protected]
 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 @@ [email protected]
 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 @@ [email protected]
 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>

Reply via email to