treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/rixed/ocaml-syslog;
|
||||
homepage = "https://github.com/rixed/ocaml-syslog";
|
||||
description = "Simple wrapper to access the system logger from OCaml";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
Reference in New Issue
Block a user