aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemonise.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemonise.c')
-rw-r--r--src/daemonise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemonise.c b/src/daemonise.c
index be7e33e..4f7274c 100644
--- a/src/daemonise.c
+++ b/src/daemonise.c
@@ -1,5 +1,5 @@
/**
- * Copyright © 2015, 2016 Mattias Andrée <maandree@member.fsf.org>
+ * Copyright © 2015, 2016 Mattias Andrée <m@maandree.se>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * This file is copied from <http://github.com/maandree/slibc>,
+ * This file is copied from <http://codeberg.org/maandree/slibc>,
* but with unused stuff removed. It has also been slightly modified
* and changed code style (these "slight" modifications do not change
* the behaviour.)