gnu: bubblewrap: Update home page.

* gnu/packages/virtualization.scm (bubblewrap)[source, home-page]: Follow
redirect to.
This commit is contained in:
Marius Bakke 2019-11-27 23:17:39 +01:00
parent 164d0ad352
commit 546c9fa660
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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