treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "DBus API that allows cloud storage sync clients to expose their services";
|
||||
homepage = https://gitlab.gnome.org/World/libcloudproviders;
|
||||
homepage = "https://gitlab.gnome.org/World/libcloudproviders";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user