treewide: quoted urls for RFC45, only the rebuilds

This commit is contained in:
Michael Reilly
2020-04-05 10:17:15 -04:00
parent 6b46563e44
commit e20f308b8e
8 changed files with 11 additions and 11 deletions
@@ -2,7 +2,7 @@
runCommand "documentation-highlighter" {
meta = {
description = "Highlight.js sources for the Nix Ecosystem's documentation.";
homepage = https://highlightjs.org;
homepage = "https://highlightjs.org";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.grahamc ];