d2vsource: correct meta.homepage

The URL pointed to an earlier Git repository.
This commit is contained in:
Aidan Gauland 2023-11-20 21:13:38 +13:00
parent 17ded7214a
commit 822ec35184
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -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;