aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm
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/rpm
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/rpm')
-rwxr-xr-xplatform/rpm/mkrpm.sh2
1 files changed, 1 insertions, 1 deletions
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