treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library that aggregates people from multiple sources to create metacontacts";
|
||||
homepage = https://wiki.gnome.org/Projects/Folks;
|
||||
homepage = "https://wiki.gnome.org/Projects/Folks";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
|
||||
|
||||
Reference in New Issue
Block a user