vdrPlugins: get homepage from src

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