mopidy: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:03:24 +02:00
parent 5945d7940b
commit 17cc18cc70
+3 -3
View File
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "tehkillerbee";
owner = "EbbLabs";
repo = "mopidy-tidal";
tag = "v${finalAttrs.version}";
hash = "sha256-1u1MMLtVNZkVhmUr5DW34TlJ2s/YGRKXjqi+SrtClR4=";
@@ -33,8 +33,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Mopidy extension for playing music from Tidal";
homepage = "https://github.com/tehkillerbee/mopidy-tidal";
changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/EbbLabs/mopidy-tidal";
changelog = "https://github.com/EbbLabs/mopidy-tidal/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
};