fsautocomplete: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:50:16 +02:00
parent dae9573ccc
commit f3b2ed3084
+3 -3
View File
@@ -12,7 +12,7 @@ buildDotnetModule (finalAttrs: {
version = "0.83.0";
src = fetchFromGitHub {
owner = "fsharp";
owner = "ionide";
repo = "FsAutoComplete";
tag = "v${finalAttrs.version}";
hash = "sha256-1WK6vb/UfqnF5KlwrjmGTPeAnEgwPswcYweeotB6j00=";
@@ -43,8 +43,8 @@ buildDotnetModule (finalAttrs: {
meta = {
description = "Backend service for rich editing or intellisense features for editors";
mainProgram = "fsautocomplete";
homepage = "https://github.com/fsharp/FsAutoComplete";
changelog = "https://github.com/fsharp/FsAutoComplete/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/ionide/FsAutoComplete";
changelog = "https://github.com/ionide/FsAutoComplete/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [