···225 installFlags = [ "DESTDIR=$(out)" ];
226227 meta = with lib; {
228- homepage = "https://github.com/jowi24/vdr-fritz";
229 description = "A plugin for VDR to access AVMs Fritz Box routers";
230 maintainers = [ maintainers.ck3d ];
231 license = licenses.gpl2;
···225 installFlags = [ "DESTDIR=$(out)" ];
226227 meta = with lib; {
228+ inherit (src.meta) homepage;
229 description = "A plugin for VDR to access AVMs Fritz Box routers";
230 maintainers = [ maintainers.ck3d ];
231 license = licenses.gpl2;
+1-1
pkgs/applications/video/vdr/streamdev/default.nix
···30 ];
3132 meta = with lib;{
33- homepage = "https://github.com/vdr-projects/vdr-plugin-streamdev";
34 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.";
35 maintainers = [ maintainers.ck3d ];
36 license = licenses.gpl2;
···30 ];
3132 meta = with lib;{
33+ inherit (src.meta) homepage;
34 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.";
35 maintainers = [ maintainers.ck3d ];
36 license = licenses.gpl2;