treewide: quoted urls for RFC45, only the rebuilds

This commit is contained in:
Michael Reilly
2020-04-02 16:01:48 -04:00
parent 6b46563e44
commit e20f308b8e
8 changed files with 11 additions and 11 deletions

View File

@@ -279,7 +279,7 @@ stdenv.mkDerivation {
Thanks to V8's custom startup snapshots, Lumo starts up instantaneously,
making it the fastest Clojure REPL in existence.
'';
homepage = https://github.com/anmonteiro/lumo;
homepage = "https://github.com/anmonteiro/lumo";
license = stdenv.lib.licenses.epl10;
maintainers = [ stdenv.lib.maintainers.hlolli ];
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;