treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developer.gnome.org/notification-spec/;
|
||||
homepage = "https://developer.gnome.org/notification-spec/";
|
||||
description = "A library that sends desktop notifications to a notification daemon";
|
||||
platforms = platforms.unix;
|
||||
maintainers = gnome3.maintainers;
|
||||
|
||||
Reference in New Issue
Block a user