jellyfish-rpc: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:56:16 +02:00
parent 950e7a867b
commit 4d88dc8e0f
+3 -3
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "1.3.4";
src = fetchFromGitHub {
owner = "Radiicall";
owner = "JustRadical";
repo = "jellyfin-rpc";
tag = finalAttrs.version;
hash = "sha256-g4Vd++Q6rJS6nU1kR+7aItnhHc0jeFSU460iF6P1EEk=";
@@ -30,8 +30,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Displays the content you're currently watching on Discord";
homepage = "https://github.com/Radiicall/jellyfin-rpc";
changelog = "https://github.com/Radiicall/jellyfin-rpc/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/JustRadical/jellyfin-rpc";
changelog = "https://github.com/JustRadical/jellyfin-rpc/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "jellyfin-rpc";