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
@@ -96,7 +96,7 @@ build-idris-package {
meta = {
description = "Idris YAML lib";
homepage = https://github.com/Heather/Idris.Yaml;
homepage = "https://github.com/Heather/Idris.Yaml";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.brainrape ];
};