diff --git a/.wafupdaterc b/.wafupdaterc index 9d98b67f..8b4c5bc6 100755 --- a/.wafupdaterc +++ b/.wafupdaterc @@ -1,5 +1,5 @@ # This file is sourced by wafupdate when waf is updated. -# wafupdate home page: https://gitlab.com/lilrc/wafupdate +# wafupdate home page: https://gitlab.com/karllinden/wafupdate WAFLIB_STRIP_TOOLS=" asm diff --git a/wscript b/wscript index 3ee472df..fc650de4 100644 --- a/wscript +++ b/wscript @@ -754,7 +754,7 @@ def create_driver_obj(bld, **kw): if bld.env['IS_MACOSX'] or bld.env['IS_WINDOWS']: # On MacOSX this is necessary. # I do not know if this is necessary on Windows. - # Note added on 2015-12-13 by lilrc. + # Note added on 2015-12-13 by karllinden. if 'use' in kw: kw['use'] += ['serverlib'] else: