diff options
Diffstat (limited to 'sysutils/container-diff/Makefile')
-rw-r--r-- | sysutils/container-diff/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 0b2436ac089e..55252f221df0 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/GoogleContainerTools/container-diff LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative +EXPIRATION_DATE=2024-06-30 + USES= go:modules GO_MODULE= github.com/GoogleContainerTools/container-diff |