summaryrefslogtreecommitdiff
path: root/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch')
-rw-r--r--debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch b/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
index bd0360e..afe769b 100644
--- a/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
+++ b/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
@@ -3,7 +3,7 @@ Description: increase the maximum possible value of the page size
because the maximum it allows by default is 8k (through the
SQLITE_MAX_DEFAULT_PAGE_SIZE define). This patch increases this limit.
.
-Author: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
+Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bug-Debian: http://bugs.debian.org/672573
---