treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ buildOasisPackage rec {
|
||||
propagatedBuildInputs = [ minisat ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/tcsprojects/ocaml-sat-solvers;
|
||||
homepage = "https://github.com/tcsprojects/ocaml-sat-solvers";
|
||||
description = "SAT Solvers For OCaml";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ mgttlinger ];
|
||||
|
||||
Reference in New Issue
Block a user