treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
maintained graphics library with all of the benefits of Scheme: memory
|
||||
management, exceptions, macros, and a dynamic programming environment.
|
||||
'';
|
||||
homepage = https://www.nongnu.org/guile-cairo/;
|
||||
homepage = "https://www.nongnu.org/guile-cairo/";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Concurrent ML-like concurrency for Guile";
|
||||
homepage = https://github.com/wingo/fibers;
|
||||
homepage = "https://github.com/wingo/fibers";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "0001-fix-prototypes.patch";
|
||||
url = https://aur.archlinux.org/cgit/aur.git/plain/reader_flag.patch?h=guile-reader&id=63ac0413a1aa65eb6a0db57bc16ef4481b70dc31;
|
||||
url = "https://aur.archlinux.org/cgit/aur.git/plain/reader_flag.patch?h=guile-reader&id=63ac0413a1aa65eb6a0db57bc16ef4481b70dc31";
|
||||
sha256 = "01ar34xgpxyli8v2bk4kj6876kyrxhxhfpv9v07lx36d254bzrjb";
|
||||
}) ];
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"token readers" of a standard Scheme readers. For example, it
|
||||
is used to implement Skribilo's R5RS-derived document syntax.
|
||||
'';
|
||||
homepage = https://www.nongnu.org/guile-reader/;
|
||||
homepage = "https://www.nongnu.org/guile-reader/";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.gnu;
|
||||
|
||||
Reference in New Issue
Block a user