From 26301852706db96375e9669cfa01f77f7977ee68 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 15 Mar 2021 21:38:07 -0400 Subject: [PATCH 18/53] gnu: bcg729: Update home-page and license. * gnu/packages/linphone.scm (bcg729) [home-page]: Modify. [license]: Update to gpl3+. --- gnu/packages/linphone.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 346ca30a77..f1bcae1208 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -386,8 +386,8 @@ the ITU G729 speech codec. The library written in C 99 is fully portable and can be executed on many platforms including both ARM and x86 processors. It supports concurrent channels encoding and decoding for multi call application such as conferencing.") - (home-page "https://gitlab.linphone.org/BC/public/belcard") - (license license:gpl2+))) + (home-page "https://linphone.org/technical-corner/bcg729") + (license license:gpl3+))) (define-public ortp (package -- 2.31.0