efraim pushed a commit to branch master
in repository guix.

commit 6439c340a8263b9862ba2ccad35db74daf8605dc
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Apr 22 23:14:19 2020 +0300

    gnu: osip: Add support for gnu updater.
    
    * gnu/packages/telephony.scm (osip)[properties]: New field. Add
    upstream-name, ftp-directory.
---
 gnu/packages/telephony.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 85c2f2a..51aafc6 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 John Darrington <[email protected]>
 ;;; Copyright © 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2015 David Hashe <[email protected]>
-;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2020 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Lukas Gradl <[email protected]>
 ;;; Copyright © 2016 Francesco Frassinelli <[email protected]>
 ;;; Copyright © 2016, 2017 ng0 <[email protected]>
@@ -274,6 +274,8 @@ packet-manipulation library.")
 used to provide multimedia and telecom software developers with an interface
 to initiate and control SIP sessions.")
    (license license:lgpl2.1+)
+   (properties '((ftp-directory . "/gnu/osip")
+                 (upstream-name . "libosip2")))
    (home-page "https://www.gnu.org/software/osip/";)))
 
 

Reply via email to