treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library that provides GObject bindings for libudev";
|
||||
homepage = https://wiki.gnome.org/Projects/libgudev;
|
||||
homepage = "https://wiki.gnome.org/Projects/libgudev";
|
||||
maintainers = [ maintainers.eelco ] ++ gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2Plus;
|
||||
|
||||
Reference in New Issue
Block a user