treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (topkg) installPhase;
|
||||
|
||||
meta = {
|
||||
homepage = https://erratique.ch/software/ptime;
|
||||
homepage = "https://erratique.ch/software/ptime";
|
||||
description = "POSIX time for OCaml";
|
||||
longDescription = ''
|
||||
Ptime has platform independent POSIX time support in pure OCaml.
|
||||
|
||||
Reference in New Issue
Block a user