diff options
author | midipix <writeonce@midipix.org> | 2019-11-03 23:11:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-03 23:11:25 +0000 |
commit | c2556d3fc19d5612b347e1343bea9c20a9abb14d (patch) | |
tree | 0b800f3c4437f015ceeb5b333ad07e62e5fed8c9 | |
parent | 82bfd5f555ce6a5d476e466a8df9e7f55974c893 (diff) | |
download | sofort-c2556d3fc19d5612b347e1343bea9c20a9abb14d.tar.bz2 sofort-c2556d3fc19d5612b347e1343bea9c20a9abb14d.tar.xz |
project: (semantic) transition to foss21.org.
Its development history notwithstanding, there is nothing inherently
midipix-specific about sofort. This commit makes the distinction
between 'part of the framework' and 'created by the framework's
lead developer' both clearer and more visible.
-rw-r--r-- | README.SOFORT | 8 | ||||
-rw-r--r-- | config.project | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/README.SOFORT b/README.SOFORT index 2bb0e5f..b909819 100644 --- a/README.SOFORT +++ b/README.SOFORT @@ -13,8 +13,8 @@ the freenode irc network. LEARN BY COMPARISON: -# git clone git://midipix.org/sofort -# git clone git://midipix.org/mdso +# git clone git://foss21.org/sofort +# git clone git://foss21.org/mdso # diff -u sofort/config.project mdso/config.project # diff -ru sofort/project mdso/project @@ -23,11 +23,11 @@ LEARN BY COMPARISON: LEARN BY EXAMPLE: * mdso: basic configuration, explicit source list -https://git.midipix.org/cgit.cgi/mdso/ +https://git.foss21.org/cgit.cgi/mdso/ * bfirm: an external build project for libfirm, using wildcards in project/common.mk and project/headers.mk. -https://git.midipix.org/cgit.cgi/compilers/bfirm/ +https://git.foss21.org/cgit.cgi/compilers/bfirm/ * sbpython3: an external build project for python3.x, utilizing sofort's config test framework (cfgtest.sh) and a custom config diff --git a/config.project b/config.project index 44bf029..52e2d2f 100644 --- a/config.project +++ b/config.project @@ -19,7 +19,7 @@ mb_use_custom_cfgtest=no mb_pkgname='sofort' mb_pkgdesc='sofort' mb_pkgusrc= -mb_pkgrepo='git://midipix.org/sofort' +mb_pkgrepo='git://foss21.org/sofort' mb_pkgpsrc= mb_pkgdurl= mb_pkgdefs= |