treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -187,7 +187,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C library of programming buildings blocks";
|
||||
homepage = https://www.gtk.org/;
|
||||
homepage = "https://www.gtk.org/";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ lovek323 raskin worldofpeace ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user