From ef28424ae1fec54639eb3aece62473fbfca97e01 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 8 Oct 2021 10:54:34 +0200 Subject: [PATCH] Debian: Fix capitalization of Vcs URLs --- debian/control | 4 ++-- debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index ab0080c..96e0778 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Standards-Version: 4.6.0 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) Homepage: https://hypopg.readthedocs.io/ -Vcs-Browser: https://github.com/hypopg/hypopg -Vcs-Git: https://github.com/hypopg/hypopg.git +Vcs-Browser: https://github.com/HypoPG/hypopg +Vcs-Git: https://github.com/HypoPG/hypopg.git Package: postgresql-14-hypopg Architecture: any diff --git a/debian/control.in b/debian/control.in index a3b237b..b854d00 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,8 +8,8 @@ Standards-Version: 4.6.0 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) Homepage: https://hypopg.readthedocs.io/ -Vcs-Browser: https://github.com/hypopg/hypopg -Vcs-Git: https://github.com/hypopg/hypopg.git +Vcs-Browser: https://github.com/HypoPG/hypopg +Vcs-Git: https://github.com/HypoPG/hypopg.git Package: postgresql-PGVERSION-hypopg Architecture: any