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
@ -1085,7 +1085,7 @@ virtual machines.")
|
||||
(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 @@ virtual machines.")
|
||||
(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 New Issue
Block a user