···225225 installFlags = [ "DESTDIR=$(out)" ];
226226227227 meta = with lib; {
228228- homepage = "https://github.com/jowi24/vdr-fritz";
228228+ inherit (src.meta) homepage;
229229 description = "A plugin for VDR to access AVMs Fritz Box routers";
230230 maintainers = [ maintainers.ck3d ];
231231 license = licenses.gpl2;
+1-1
pkgs/applications/video/vdr/streamdev/default.nix
···3030 ];
31313232 meta = with lib;{
3333- homepage = "https://github.com/vdr-projects/vdr-plugin-streamdev";
3333+ inherit (src.meta) homepage;
3434 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.";
3535 maintainers = [ maintainers.ck3d ];
3636 license = licenses.gpl2;