treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user