mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 01:28:51 +00:00
Debian: Fix capitalization of Vcs URLs
This commit is contained in:
parent
125970246f
commit
ef28424ae1
2 changed files with 4 additions and 4 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
debian/control.in
vendored
4
debian/control.in
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue