[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: bubblewrap: Update home page.
From: |
guix-commits |
Subject: |
06/10: gnu: bubblewrap: Update home page. |
Date: |
Wed, 27 Nov 2019 18:35:39 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 546c9fa660882312009337bed5ef23d77b8c3bf3
Author: Marius Bakke <address@hidden>
Date: Wed Nov 27 23:17:39 2019 +0100
gnu: bubblewrap: Update home page.
* gnu/packages/virtualization.scm (bubblewrap)[source, home-page]: Follow
redirect to.
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index d9cda76..a832df6 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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
- branch master updated (dcc7fad -> 9943d23), guix-commits, 2019/11/27
- 05/10: gnu: python-xapian-bindings: Sphinx is a native input., guix-commits, 2019/11/27
- 07/10: gnu: bubblewrap: Update to 0.4.0., guix-commits, 2019/11/27
- 02/10: gnu: xorg-server: Update to 1.20.6., guix-commits, 2019/11/27
- 01/10: gnu: Use the test-only Xorg variant for tests., guix-commits, 2019/11/27
- 10/10: gnu: feh: Adapt tests for imlib2 1.6., guix-commits, 2019/11/27
- 06/10: gnu: bubblewrap: Update home page.,
guix-commits <=
- 04/10: gnu: xapian: Update to 1.4.14., guix-commits, 2019/11/27
- 09/10: gnu: python-dbus: Update to 1.2.14., guix-commits, 2019/11/27
- 08/10: gnu: whois: Update to 5.5.3., guix-commits, 2019/11/27
- 03/10: gnu: notmuch: Update to 0.29.3., guix-commits, 2019/11/27