From ca78b810e5098f477c5df1f146749806c22149f2 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Fri, 7 Jun 2019 13:30:18 -0700 Subject: [PATCH] mention heritage as fork of ghodss/yaml Signed-off-by: Andrew Lavery --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7c490c..3735f25 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/kubernetes-sigs/yaml.svg)](https://travis-ci.org/kubernetes-sigs/yaml) +kubernetes-sigs/yaml is a permanent fork of [ghodss/yaml](https://github.com/ghodss/yaml). + ## Introduction A wrapper around [go-yaml](https://github.com/go-yaml/yaml) designed to enable a better way of handling YAML when marshaling to and from structs.