mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: bubblewrap: Update home page.
* gnu/packages/virtualization.scm (bubblewrap)[source, home-page]: Follow redirect to.
This commit is contained in:
parent
164d0ad352
commit
546c9fa660
1 changed files with 2 additions and 2 deletions
|
@ -1085,7 +1085,7 @@ (define-public bubblewrap
|
|||
(version "0.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/projectatomic/bubblewrap/"
|
||||
(uri (string-append "https://github.com/containers/bubblewrap/"
|
||||
"releases/download/v" version "/bubblewrap-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
|
@ -1127,7 +1127,7 @@ (define-public bubblewrap
|
|||
(native-inputs
|
||||
`(("python-2" ,python-2)
|
||||
("util-linux" ,util-linux)))
|
||||
(home-page "https://github.com/projectatomic/bubblewrap")
|
||||
(home-page "https://github.com/containers/bubblewrap")
|
||||
(synopsis "Unprivileged sandboxing tool")
|
||||
(description "Bubblewrap is aimed at running applications in a sandbox,
|
||||
restricting their access to parts of the operating system or user data such as
|
||||
|
|
Loading…
Reference in a new issue