gnu: jnettop: Use archived source and homepage.

* gnu/packages/admin.scm (jnettop)[source,home-page]:
Use archive.org mirror.
This commit is contained in:
Björn Höfling 2019-05-14 12:34:57 +02:00
parent 5395cec2c5
commit 53923b0fb1
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -24,6 +24,7 @@
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Brett Gilio <brettg@posteo.net> ;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -875,8 +876,10 @@ (define-public jnettop
(version "0.13.0") (version "0.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://jnettop.kubs.info/dist/jnettop-" (uri
version ".tar.gz")) (string-append "https://web.archive.org/web/20161221100811/"
"http://jnettop.kubs.info/dist/jnettop-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1855np7c4b0bqzhf1l1dyzxb90fpnvrirdisajhci5am6als31z9")))) "1855np7c4b0bqzhf1l1dyzxb90fpnvrirdisajhci5am6als31z9"))))
@ -887,7 +890,8 @@ (define-public jnettop
`(("glib" ,glib) `(("glib" ,glib)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("libpcap" ,libpcap))) ("libpcap" ,libpcap)))
(home-page "http://jnettop.kubs.info/") (home-page
"https://web.archive.org/web/20160703195221/http://jnettop.kubs.info/wiki/")
(synopsis "Visualize network traffic by bandwidth use") (synopsis "Visualize network traffic by bandwidth use")
(description (description
"Jnettop is a traffic visualiser, which captures traffic going "Jnettop is a traffic visualiser, which captures traffic going