treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Yet Another MetaData Injector for FLV";
|
||||
homepage = http://yamdi.sourceforge.net/;
|
||||
homepage = "http://yamdi.sourceforge.net/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.ryanartecona ];
|
||||
|
||||
Reference in New Issue
Block a user