mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: osip: Add support for gnu updater.
* gnu/packages/telephony.scm (osip)[properties]: New field. Add upstream-name, ftp-directory.
This commit is contained in:
parent
f13f02f8b3
commit
6439c340a8
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
|
||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
|
||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015, 2016, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
|
||||
;;; Copyright © 2016 Francesco Frassinelli <fraph24@gmail.com>
|
||||
;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
|
||||
|
@ -274,6 +274,8 @@ (define-public osip
|
|||
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/")))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue