about summary refs log tree commit diff
path: root/migrate-config.pl
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-01-23 21:21:58 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-01-23 21:21:58 +0100
commit7ce071fdaaffb16f0c68291fb626025f6be25fa0 (patch)
treedccc84053573e34f385398380738c83199752747 /migrate-config.pl
parentb6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d (diff)
downloadcwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.tar.gz
cwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.tar.xz
cwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.zip
Leahize
Diffstat (limited to 'migrate-config.pl')
-rwxr-xr-xmigrate-config.pl2
1 files changed, 1 insertions, 1 deletions
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/;