treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -121,7 +121,7 @@ let
|
||||
passthru = { inherit vdpauSupport; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://libav.org/;
|
||||
homepage = "https://libav.org/";
|
||||
description = "A complete, cross-platform solution to record, convert and stream audio and video (fork of ffmpeg)";
|
||||
license = with licenses; if enableUnfree then unfree #ToDo: redistributable or not?
|
||||
else if enableGPL then gpl2Plus else lgpl21Plus;
|
||||
|
||||
Reference in New Issue
Block a user