treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Embeddable Scheme implementation";
|
||||
homepage = https://www.gnu.org/software/guile/;
|
||||
homepage = "https://www.gnu.org/software/guile/";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
meta = {
|
||||
description = "Embeddable Scheme implementation";
|
||||
homepage = https://www.gnu.org/software/guile/;
|
||||
homepage = "https://www.gnu.org/software/guile/";
|
||||
license = stdenv.lib.licenses.lgpl3Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [ ludo lovek323 ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user