treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ interface to the GLib library";
|
||||
|
||||
homepage = https://gtkmm.org/;
|
||||
homepage = "https://gtkmm.org/";
|
||||
|
||||
license = licenses.lgpl2Plus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user