From 173b2cc388cc5e2ccf6705cc9790836ad03e03f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20G=C3=B3ra?= Date: Mon, 1 Sep 2025 13:33:11 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8627c9..8697b82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # go-webdav +Fork of go-webdav that supports ACL, synced with [original repo](https://github.com/emersion/go-webdav) (Implementation of ACL from [oliverpool/go-webdav](https://github.com/oliverpool/go-webdav)) + [![Go Reference](https://pkg.go.dev/badge/github.com/emersion/go-webdav.svg)](https://pkg.go.dev/github.com/emersion/go-webdav) @@ -9,5 +11,5 @@ A Go library for [WebDAV], [CalDAV] and [CardDAV]. MIT [WebDAV]: https://tools.ietf.org/html/rfc4918 -[CalDAV]: https://tools.ietf.org/html/rfc4791 +[CalDAV]: https://tools.ietf.org/html/rfc4791 [CardDAV]: https://tools.ietf.org/html/rfc6352