aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-16 22:38:11 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-16 23:01:41 +0200
commitc3e25ca55714d3a1338ccaceac9eaef04b804b1e (patch)
tree1ce6e7f8b729e73b8c9e5725dc150d0e91649191 /src
parent8744502cbe42c98422a798c06f4c8ce033725412 (diff)
downloadsciteco-c3e25ca55714d3a1338ccaceac9eaef04b804b1e.tar.gz
updated lists of external links in sciteco(1) and sciteco(7)
* Unfortunately, the list in sciteco(7) does not format with FreeBSD's man or within SciTECO. * Removed references to the old sciteco.sf.net. We don't have a proper "homepage" for the time being.
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d9f4f1b..51bbe0a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -137,7 +137,7 @@ teco_process_options(gchar ***argv)
g_option_context_set_description(
options,
"Bug reports should go to <" PACKAGE_BUGREPORT "> or "
- "<" PACKAGE_URL_DEV ">."
+ "<" PACKAGE_URL ">."
);
g_option_context_add_main_entries(options, option_entries, NULL);