mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: wget2: Add support for gnu updater.
* gnu/packages/wget.scm (wget2)[properties]: New field. Add ftp-directory.
This commit is contained in:
parent
c9508c4337
commit
2213d00fac
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2014, 2015, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
|
@ -176,4 +176,5 @@ (define-public wget2
|
|||
(description "GNU Wget2 is the successor of GNU Wget, a file and recursive
|
||||
website downloader. Designed and written from scratch it wraps around libwget,
|
||||
that provides the basic functions needed by a web client.")
|
||||
(properties '((ftp-directory . "/gnu/wget")))
|
||||
(license (list license:gpl3+ license:lgpl3+))))
|
||||
|
|
Loading…
Reference in a new issue