summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-02-16 08:31:03 -0800
committerJon <jonringer@users.noreply.github.com>2020-02-16 09:49:12 -0800
commit3990b914c34e9e4503ebdea71e241f91e3bc788c (patch)
treeca5018970cf1a5eedd83bf4950256198543dcc35 /doc/stdenv
parent201d464f1207961f535f3b70fb305dd016dcd882 (diff)
downloadnixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar.gz
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar.bz2
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar.lz
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar.xz
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.tar.zst
nixpkgs-3990b914c34e9e4503ebdea71e241f91e3bc788c.zip
manual: use quoted homepage urls
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/meta.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/meta.xml b/doc/stdenv/meta.xml
index 9371196818a..45f7834eb2c 100644
--- a/doc/stdenv/meta.xml
+++ b/doc/stdenv/meta.xml
@@ -11,7 +11,7 @@ meta = with stdenv.lib; {
     GNU Hello is a program that prints "Hello, world!" when you run it.
     It is fully customizable.
   '';
-  homepage = https://www.gnu.org/software/hello/manual/;
+  homepage = "https://www.gnu.org/software/hello/manual/";
   license = licenses.gpl3Plus;
   maintainers = [ maintainers.eelco ];
   platforms = platforms.all;