treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
dontAutoPatchelf = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://plex.tv/;
|
||||
homepage = "https://plex.tv/";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user