treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source multimedia framework, designed for television broadcasting";
|
||||
homepage = https://www.mltframework.org;
|
||||
homepage = "https://www.mltframework.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ tohl peti ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source multimedia framework, designed for television broadcasting";
|
||||
homepage = https://www.mltframework.org/;
|
||||
homepage = "https://www.mltframework.org/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user