diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-09-21 11:37:03 +0200 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-09-21 16:30:15 +0200 |
commit | c08ce4b183726c9f0eeeb5a40e04e7306c7f5e4e (patch) | |
tree | 20200d4556dad17c4eb70350de676a8e475bad8b /m4 | |
parent | 06ca6afa81f553acde65af5e1dd1866690530580 (diff) | |
download | sciteco-c08ce4b183726c9f0eeeb5a40e04e7306c7f5e4e.tar.gz |
moved most resources to fmsbw.de
* The new official homepage is https://sciteco.fmsbw.de/
* My new contact address is rhaberkorn AT fmsbw.de.
* The scintilla-mirror is now also on https://git.fmsbw.de/scintilla-mirror/
* Added CI script for my server on fmsbw.de that builds
the website.
It's run in a FreeBSD container, but does not currently
distribute FreeBSD binaries.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_with_ncurses.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_with_ncurses.m4 b/m4/ax_with_ncurses.m4 index d4b9462..056aba5 100644 --- a/m4/ax_with_ncurses.m4 +++ b/m4/ax_with_ncurses.m4 @@ -75,7 +75,7 @@ # Copyright (c) 2009 Damian Pietras <daper@daper.net> # Copyright (c) 2012 Reuben Thomas <rrt@sc3d.org> # Copyright (c) 2011 John Zaitseff <J.Zaitseff@zap.org.au> -# Copyright (c) 2025 Robin Haberkorn <robin.haberkorn@googlemail.com> +# Copyright (c) 2025 Robin Haberkorn <rhaberkorn@fmsbw.de> # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the |