aboutsummaryrefslogtreecommitdiff
path: root/export.py
diff options
context:
space:
mode:
authorDafydd Harries <daf@rhydd.org>2013-03-17 22:15:48 -0400
committerDafydd Harries <daf@rhydd.org>2013-03-17 22:15:48 -0400
commit2ba34d6b293be33e7df65d1b0b58cc38f2a6a2f0 (patch)
tree82442157ee6c04afd0177edd6c03cdcffb7eae22 /export.py
parent61945db94b1007362a2994221c84ec4d0c33b37d (diff)
capitalize name
Diffstat (limited to 'export.py')
-rw-r--r--export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.py b/export.py
index 3106f07..a0d2551 100644
--- a/export.py
+++ b/export.py
@@ -57,7 +57,7 @@ def export(pkgs, cps, cpf, name):
print langs
print Template('Entry', [
- ('Name', srcpkg),
+ ('Name', name.capitalize()),
('Short description', ''),
('Full description', ''),
('Homepage', homepage),