From 364632daf2e15dd3b941a3f73b7dd874b2840ffd Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 4 Nov 2019 00:01:46 +0000 Subject: project: (semantic) transition to foss21.org. Its development history notwithstanding, the pronounced goals of slibtools have always included support of all reasonably modern, reasonably posix-compliant systems and cross-targets. This commit thus makes the distinction between 'part of the midipix framework' and 'created by the framework's lead developer' both clearer and more visible. --- README | 10 +++++----- config.project | 4 ++-- src/driver/slbt_amain.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 1199be3..10d410a 100644 --- a/README +++ b/README @@ -140,13 +140,13 @@ of such hidden bugs, see commits [94d109f], [1142bf2], and [55c95a8]. `slibtool` is distributed under a permissive [MIT license]. -[MIT license]: http://git.midipix.org/cgit.cgi/slibtool/tree/COPYING.SLIBTOOL +[MIT license]: http://git.foss21.org/slibtool/tree/COPYING.SLIBTOOL [libltdl]: https://www.gnu.org/software/libtool/manual/html_node/Using-libltdl.html#Using-libltdl [dlopen()]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html -[CONTRIB]: http://git.midipix.org/cgit.cgi/slibtool/tree/CONTRIB +[CONTRIB]: http://git.foss21.org/slibtool/tree/CONTRIB [libtool]: https://www.gnu.org/software/libtool/ [#midipix]: irc://irc.freenode.net/#midipix [cparser]: http://pp.ipd.kit.edu/git/cparser/ -[94d109f]: http://git.midipix.org/cgit.cgi/slibtool/commit/?id=94d109fa418c024c214a50d645624e2e2935e6d1 -[1142bf2]: http://git.midipix.org/cgit.cgi/slibtool/commit/?id=1142bf2e13f411cf967c1ed8b4060d7829eb13bb -[55c95a8]: http://git.midipix.org/cgit.cgi/slibtool/commit/?id=55c95a829928ae9f053678a58a2145276cad9c08 +[94d109f]: http://git.foss21.org/slibtool/commit/?id=94d109fa418c024c214a50d645624e2e2935e6d1 +[1142bf2]: http://git.foss21.org/slibtool/commit/?id=1142bf2e13f411cf967c1ed8b4060d7829eb13bb +[55c95a8]: http://git.foss21.org/slibtool/commit/?id=55c95a829928ae9f053678a58a2145276cad9c08 diff --git a/config.project b/config.project index f21e492..19a678b 100644 --- a/config.project +++ b/config.project @@ -18,8 +18,8 @@ mb_use_custom_cfgtest=no # pkgconfig mb_pkgname='slibtool' mb_pkgdesc='a surrogate libtool implementation, written in C' -mb_pkgusrc='https://dl.midipix.org/slibtool/' -mb_pkgrepo='git://midipix.org/slibtool' +mb_pkgusrc='https://dl.foss21.org/slibtool/' +mb_pkgrepo='git://foss21.org/slibtool' mb_pkgpsrc= mb_pkgdurl= mb_pkgdefs= diff --git a/src/driver/slbt_amain.c b/src/driver/slbt_amain.c index 65d61de..0c9b6ff 100644 --- a/src/driver/slbt_amain.c +++ b/src/driver/slbt_amain.c @@ -17,7 +17,7 @@ | SLBT_DRIVER_VERBOSITY_USAGE #endif -static const char vermsg[] = "%s%s%s (git://midipix.org/slibtool): " +static const char vermsg[] = "%s%s%s (git://foss21.org/slibtool): " "version %s%d.%d.%d%s.\n" "%s%s%s%s%s\n"; -- cgit v1.2.3