aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-11 07:57:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-11 07:57:50 -0400
commitbdb29024b4fb5718b4962df95592ca83d108e8a7 (patch)
tree3f2e4606717777d4f972b558afc8948d494d0fb2 /platform
parentseveral small fixes (diff)
parentswitch project url to github (diff)
downloadfirejail-bdb29024b4fb5718b4962df95592ca83d108e8a7.tar.gz
firejail-bdb29024b4fb5718b4962df95592ca83d108e8a7.tar.zst
firejail-bdb29024b4fb5718b4962df95592ca83d108e8a7.zip
Merge pull request #79 from pyther/github
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