From 822ec351840fbbd57588c59991bb8f7bae1d5898 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Mon, 20 Nov 2023 21:13:38 +1300 Subject: [PATCH] d2vsource: correct meta.homepage The URL pointed to an earlier Git repository. --- plugins/d2vsource/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/d2vsource/default.nix b/plugins/d2vsource/default.nix index f8d6f48..e0ff5bd 100644 --- a/plugins/d2vsource/default.nix +++ b/plugins/d2vsource/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "D2V parser and decoder for VapourSynth"; - homepage = "https://github.com/dubhater/vapoursynth-cnr2"; + homepage = "https://github.com/dwbuiten/d2vsource"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ sbruder ]; platforms = platforms.all;