aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
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 /src/firemon
parent--private-bin (diff)
downloadfirejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.tar.gz
firejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.tar.zst
firejail-4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d.zip
switch project url to github
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index 52788807a..92aac1b88 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -72,6 +72,6 @@ void usage(void) {
72 printf("\tUser - The owner of the sandbox.\n"); 72 printf("\tUser - The owner of the sandbox.\n");
73 printf("\n"); 73 printf("\n");
74 printf("License GPL version 2 or later\n"); 74 printf("License GPL version 2 or later\n");
75 printf("Homepage: http://firejail.sourceforge.net\n"); 75 printf("Homepage: http://github.com/netblue30/firejail\n");
76 printf("\n"); 76 printf("\n");
77} 77}