aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorLibravatar Matthew Gyurgyik <matthew@pyther.net>2015-10-10 20:39:12 -0400
committerLibravatar Matthew Gyurgyik <matthew@pyther.net>2015-10-10 20:39:23 -0400
commit4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d (patch)
treeb437629894ab0c8fa067b3d0147d980166726cb4 /platform
parent--private-bin (diff)
downloadfirejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.tar.gz
firejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.tar.zst
firejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.zip
switch project url to github
Diffstat (limited to 'platform')
-rw-r--r--platform/debian/control2
-rw-r--r--platform/debian/copyright2
-rwxr-xr-xplatform/rpm/mkrpm.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/platform/debian/control b/platform/debian/control
index 18d857c36..991abb656 100644
--- a/platform/debian/control
+++ b/platform/debian/control
@@ -6,7 +6,7 @@ Installed-Size: 272
6Depends: libc6 6Depends: libc6
7Section: admin 7Section: admin
8Priority: extra 8Priority: extra
9Homepage: http://firejail.sourceforge.net 9Homepage: http://github.com/netblue30/firejail
10Description: Linux namepaces sandbox program. 10Description: Linux namepaces sandbox program.
11 Firejail is a SUID sandbox program that reduces the risk of security 11 Firejail is a SUID sandbox program that reduces the risk of security
12 breaches by restricting the running environment of untrusted applications 12 breaches by restricting the running environment of untrusted applications
diff --git a/platform/debian/copyright b/platform/debian/copyright
index 7d8d0a2c7..4fd3a15d1 100644
--- a/platform/debian/copyright
+++ b/platform/debian/copyright
@@ -26,5 +26,5 @@ This is the Debian/Ubuntu prepackaged version of firejail.
26The complete text of the GNU General Public License can be found 26The complete text of the GNU General Public License can be found
27in /usr/share/common-licenses/GPL-2. 27in /usr/share/common-licenses/GPL-2.
28 28
29Homepage: http://firejail.sourceforge.net. 29Homepage: http://github.com/netblue30/firejail.
30 30
diff --git a/platform/rpm/mkrpm.sh b/platform/rpm/mkrpm.sh
index 4413b2fcb..2e17fdfc1 100755
--- a/platform/rpm/mkrpm.sh
+++ b/platform/rpm/mkrpm.sh
@@ -93,7 +93,7 @@ Release: 1
93License: GPL+ 93License: GPL+
94Group: Development/Tools 94Group: Development/Tools
95SOURCE0 : %{name}-%{version}.tar.gz 95SOURCE0 : %{name}-%{version}.tar.gz
96URL: http://firejail.sourceforege.net 96URL: http://github.com/netblue30/firejail
97 97
98BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 98BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
99 99