treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildDunePackage rec {
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.04";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/c-cube/sequence;
|
||||
homepage = "https://github.com/c-cube/sequence";
|
||||
description = "Simple sequence (iterator) datatype and combinators";
|
||||
longDescription = ''
|
||||
Simple sequence datatype, intended to transfer a finite number of
|
||||
|
||||
Reference in New Issue
Block a user