From f7bb42332415f137daa25402c02e37b235c75770 Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Mon, 10 Jan 2022 20:41:53 +0100 Subject: [PATCH] Add deprecation notice --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0bd288c..918713a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # pinentry Pinentry client in Go + +## DEPRECATION NOTICE + +This package is deprecated and won't be maintained anymore. +Please use one of the [other pinentry packages](https://pkg.go.dev/search?q=pinentry&m=) for Go instead, e.g.: + +* [twpayne/go-pinentry](https://pkg.go.dev/github.com/twpayne/go-pinentry#section-readme) +* [foxcpp/go-assuan/pinentry](https://pkg.go.dev/github.com/foxcpp/go-assuan/pinentry)