treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = { inherit run; };
|
||||
|
||||
meta = {
|
||||
homepage = https://erratique.ch/software/topkg;
|
||||
homepage = "https://erratique.ch/software/topkg";
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
description = "A packager for distributing OCaml software";
|
||||
|
||||
Reference in New Issue
Block a user