From 36a4bf6a1302420d3c4304429b47e2c9e16e75b5 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 20 May 2020 18:03:03 -0700 Subject: [PATCH] Indicate differences between this repo and original repo I uploaded this code as a new repo rather than forking from original one because if the original author deletes his repo, it will also mess with the forked repo. Removing the forked status prevents this from occurring. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 857b636..0bf3262 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Multi-way trees (Rose Trees) with Zippers. +This is a maintained fork of `purescript-tree`. + ## Installation ```