manual: use quoted homepage urls

This commit is contained in:
Jonathan Ringer
2020-02-16 09:49:12 -08:00
committed by Jon
parent 201d464f12
commit 3990b914c3
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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;