vdrPlugins: get homepage from src

This commit is contained in:
Christian Kögler 2022-10-03 10:29:51 +02:00
parent 59bb395f1c
commit 7fae1d6f7a
2 changed files with 2 additions and 2 deletions
pkgs/applications/video/vdr

View file

@ -225,7 +225,7 @@ in {
installFlags = [ "DESTDIR=$(out)" ];
meta = with lib; {
homepage = "https://github.com/jowi24/vdr-fritz";
inherit (src.meta) homepage;
description = "A plugin for VDR to access AVMs Fritz Box routers";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
];
meta = with lib;{
homepage = "https://github.com/vdr-projects/vdr-plugin-streamdev";
inherit (src.meta) homepage;
description = "This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol) Version 0.0.3 (see file PROTOCOL) and a basic HTTP Streaming Protocol.";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;