diff options
author | js <js@pkgsrc.org> | 2020-11-18 23:27:55 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2020-11-18 23:27:55 +0000 |
commit | 7f15d0df8bf8c1b14b69501cdd26e3b39568b3ba (patch) | |
tree | 1662e04008356594d93eef6b6ee9eac4d191da55 /chat/Makefile | |
parent | a1731371a27d3038506cf15bc666a6520f9c97b2 (diff) | |
download | pkgsrc-7f15d0df8bf8c1b14b69501cdd26e3b39568b3ba.tar.gz |
Add chat/mautrix-telegram 0.9.0
A Matrix-Telegram hybrid puppeting/relaybot bridge.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index dbf4d1f97b0..970e18215a5 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2020/11/18 23:23:30 js Exp $ +# $NetBSD: Makefile,v 1.259 2020/11/18 23:27:55 js Exp $ # COMMENT= Communication programs @@ -78,6 +78,7 @@ SUBDIR+= matrix-synapse SUBDIR+= matterircd SUBDIR+= maubot SUBDIR+= mautrix-hangouts +SUBDIR+= mautrix-telegram SUBDIR+= mcabber SUBDIR+= meanwhile SUBDIR+= miniircd |