chiark / gitweb /
Apparently Python cannot handle Unicode
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 14 Jan 2016 22:12:22 +0000 (23:12 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 14 Jan 2016 22:15:05 +0000 (23:15 +0100)
I really hope I can revert this in the near future. Having to mutilate
my name just so that pip will work is a terrible workaround.

For better or worse, this only affects scripts defined in setup.py.

fd-commit
fdroid

index 82ca143dd9482c062e88acb919cacc3f48977feb..4f6e9697cbd20211d5fc8d64d56adf95c63bc2a5 100755 (executable)
--- a/fd-commit
+++ b/fd-commit
@@ -3,7 +3,7 @@
 # fd-commit - part of the F-Droid server tools
 # Commits updates to apps, allowing you to edit the commit messages
 #
-# Copyright (C) 2013-2014 Daniel Martí <mvdan@mvdan.cc>
+# Copyright (C) 2013-2014 Daniel Marti <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/fdroid b/fdroid
index 0774aeb85e49957aa895713612719e318e5a7f67..e24c0081ed8b464c573a13f385ca5e2aee0448e6 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -3,7 +3,7 @@
 #
 # fdroid.py - part of the FDroid server tools
 # Copyright (C) 2010-2015, Ciaran Gultnieks, ciaran@ciarang.com
-# Copyright (C) 2013-2014 Daniel Martí <mvdan@mvdan.cc>
+# Copyright (C) 2013-2014 Daniel Marti <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by