diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-08 19:32:17 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-08 19:32:17 +0100 |
commit | da91e790fdf4053a1503738e69f88c4b2054b096 (patch) | |
tree | 27f26ac3308eaa34952314a3182ffce2f5dcd51e /gnu/packages/jami.scm | |
parent | 9123bb0fba3fce976dc41cd3b8919ee73b4cee4d (diff) | |
parent | 8cca1a35bc42cddb7e0586062d192197520042d5 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/jami.scm')
-rw-r--r-- | gnu/packages/jami.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index c6f7318b91..80a6239754 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -487,10 +487,6 @@ protocols, as well as decentralized calling using P2P-DHT.") (home-page "https://jami.net/") (license license:gpl3+))) -;;; Remove when 2023 comes. -(define-public libring - (deprecated-package "libring" libjami)) - (define-public jami (package (name "jami") @@ -583,14 +579,6 @@ It supports the SIP and IAX protocols, as well as decentralized calling using P2P-DHT.") (license license:gpl3+))) -;;; Remove when 2023 comes. -(define-public jami-gnome - (deprecated-package "jami-gnome" jami)) - -;;; Remove when 2023 comes. -(define-public jami-qt - (deprecated-package "jami-qt" jami)) - (define-public jami-docs ;; There aren't any tags, so use the latest commit. (let ((revision "0") |