diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-02-23 13:33:02 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-02-23 13:33:02 +0000 |
commit | 758f0fc2a44120d7ee691716d826c8e8c7855164 (patch) | |
tree | e50e6a8e450a87805398936dfa9b85397b18ef24 /net-im | |
parent | 538673767c291b738e0a1c5fb02274e702907990 (diff) | |
download | ports-758f0fc2a44120d7ee691716d826c8e8c7855164.tar.gz ports-758f0fc2a44120d7ee691716d826c8e8c7855164.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cordless/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/cordless/Makefile b/net-im/cordless/Makefile index 807f9a4127d6..b7ccb353c785 100644 --- a/net-im/cordless/Makefile +++ b/net-im/cordless/Makefile @@ -10,6 +10,10 @@ COMMENT= Discord TUI client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +# See: https://github.com/Bios-Marcel/cordless#i-am-closing-down-the-cordless-project +DEPRECATED= Unmaintained and dead upstream, uses the old Discord API which notably has got users banned +EXPIRATION_DATE= 2021-04-22 + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= Bios-Marcel |