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
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
version = "0.1.20170824";
src = fetchbzr {
url = http://bazaar.launchpad.net/~system-settings-touch/gsettings-qt/trunk;
url = "http://bazaar.launchpad.net/~system-settings-touch/gsettings-qt/trunk";
rev = "85";
sha256 = "1kcw0fgdyndx9c0dyha11wkj0gi05spdc1adf1609mrinbb4rnyi";
};
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Qt/QML bindings for GSettings";
homepage = https://launchpad.net/gsettings-qt;
homepage = "https://launchpad.net/gsettings-qt";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];