treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
version = "4.10.0";
meta = with stdenv.lib; {
homepage = https://phonon.kde.org/;
homepage = "https://phonon.kde.org/";
description = "GStreamer backend for Phonon";
platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
version = "0.11.1";
meta = with stdenv.lib; {
homepage = https://phonon.kde.org/;
homepage = "https://phonon.kde.org/";
description = "GStreamer backend for Phonon";
platforms = platforms.linux;
license = with licenses; [ bsd3 lgpl2Plus ];