diff --git a/README b/README index f4c26b4..41351bf 100644 --- a/README +++ b/README @@ -89,6 +89,6 @@ Changes made between OpenBSD 5.5 and 5.4 * Support for sticky windows (_NET_WM_STATE_STICKY). * Internal cleanups and bug fixes. ---Christian Neukirchen +--Leah Neukirchen [0]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ diff --git a/migrate-config.pl b/migrate-config.pl index 8f55aa6..9144912 100755 --- a/migrate-config.pl +++ b/migrate-config.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -p # Originally by Stuart Henderson in # <20161206120601.vmimohqh4nafaeah@symphytum.spacehopper.org> -# Ported to Perl and slightly tweaked by Christian Neukirchen. +# Ported to Perl and slightly tweaked by Leah Neukirchen. s/\bbind\b(.*)\bunmap/unbind-key \1/; s/\bmousebind\b(.*)unmap/unbind-mouse \1/; diff --git a/update.sh b/update.sh index 8989d57..a87b259 100755 --- a/update.sh +++ b/update.sh @@ -1 +1,2 @@ -GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@openbsd.cs.fau.de:/cvs xenocara/app/cwm +#GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@openbsd.cs.fau.de:/cvs xenocara/app/cwm +GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@mirror.osn.de:/cvs xenocara/app/cwm