emcee: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:49:41 +02:00
parent a8e0ca4bc9
commit 9e33bdbdb5
+3 -3
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
version = "0.7.0";
src = fetchFromGitHub {
owner = "loopwork-ai";
owner = "mattt";
repo = "emcee";
tag = "v${finalAttrs.version}";
hash = "sha256-czOUhaPBxzuqZ72Y3TuzZ8r0Ab3OqGbDPZipkcak3Cw=";
@@ -41,8 +41,8 @@ buildGoModule (finalAttrs: {
You can use emcee to connect Claude Desktop
and other apps to external tools and data services, similar to ChatGPT plugins.
'';
homepage = "https://github.com/loopwork-ai/emcee";
changelog = "https://github.com/loopwork-ai/emcee/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/mattt/emcee";
changelog = "https://github.com/mattt/emcee/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ genga898 ];
mainProgram = "emcee";