aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-05 23:32:39 +0200
committerMattias Andrée <m@maandree.se>2024-10-05 23:32:39 +0200
commit528ffe10cf1ec4300b6d2c1adf4a901eecae6ea3 (patch)
tree5ddbc8ecd32d71fbec4bac625cd32b32f4b63bb0 /src/README
parentUpdate e-mail (diff)
downloadsat-master.tar.gz
sat-master.tar.bz2
sat-master.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--src/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README b/src/README
index ec48c8d..5e36a7f 100644
--- a/src/README
+++ b/src/README
@@ -11,7 +11,7 @@ satd-timer.c The part of satd responsible for running expired jobs and set
parse_time.[ch] Use by sat.c to parse the time argument.
Only rudimentary parsing is done.
-daemonise.[ch] From <http://github.com/maandree/slibc>;
+daemonise.[ch] From <http://codeberg.org/maandree/slibc>;
daemonisation of the process. Used by satd.c
common.[ch] Used by sat{q,r,rm,d*}.c, some shared code.