treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Glib abstaction to handle feeds in RSS, Atom and other formats";
|
||||
homepage = https://wiki.gnome.org/Projects/Libgrss;
|
||||
homepage = "https://wiki.gnome.org/Projects/Libgrss";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user