From 3c005b2730522e22bb293131fc8e601579979d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:08:30 -0400 Subject: [PATCH] mpvScripts.mpv-notify-send: update repo url --- pkgs/applications/video/mpv/scripts/mpv-notify-send.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix b/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix index 4bc2bedde8f4..60ca030c5720 100644 --- a/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix +++ b/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix @@ -12,7 +12,7 @@ buildLua rec { version = "0-unstable-2020-02-24"; src = fetchFromGitHub { - owner = "emilazy"; + owner = "Parranoh"; repo = "mpv-notify-send"; rev = "a2bab8b2fd8e8d14faa875b5cc3a73f1276cd88a"; hash = "sha256-EwVkhyB87TJ3i9xJmmZMSTMUKvfbImI1S+y1vgRWbDk="; @@ -38,7 +38,7 @@ buildLua rec { meta = { description = "Lua script for mpv to send notifications with notify-send"; - homepage = "https://github.com/emilazy/mpv-notify-send"; + homepage = "https://github.com/Parranoh/mpv-notify-send"; license = lib.licenses.wtfpl; maintainers = with lib.maintainers; [ r3n3gad3p3arl ]; };