treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library to access weather information from online services for numerous locations";
|
||||
homepage = https://wiki.gnome.org/Projects/LibGWeather;
|
||||
homepage = "https://wiki.gnome.org/Projects/LibGWeather";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user