From 9c259742dc833ec37ed968228f688145b75d08ab Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 26 Jul 2023 14:18:02 -0400 Subject: [PATCH] rename to ocaml-trace --- README.md | 2 +- dune-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 671c0a2..86dc898 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Trace -[![Build and Test](https://github.com/c-cube/trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/trace/actions/workflows/main.yml) +[![Build and Test](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml) This small library provides basic types that can be used to instrument a library or application, either by hand or via a ppx. diff --git a/dune-project b/dune-project index cf518e2..5b5b2ac 100644 --- a/dune-project +++ b/dune-project @@ -5,7 +5,7 @@ (version 0.2) (source - (github c-cube/trace)) + (github c-cube/ocaml-trace)) (authors "Simon Cruanes") (maintainers "Simon Cruanes") (license MIT)