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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8ad4685..e4b8ce0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ AC_PREREQ([2.65]) AC_INIT([SciTECO], [2.4.0], - [robin.haberkorn@googlemail.com], + [rhaberkorn@fmsbw.de], [sciteco], - [https://github.com/rhaberkorn/sciteco]) + [https://sciteco.fmsbw.de/]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE |