vdrPlugins: get homepage from src
This commit is contained in:
parent
59bb395f1c
commit
7fae1d6f7a
2 changed files with 2 additions and 2 deletions
pkgs/applications/video/vdr
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue