Skip to content

Commit b189362

Browse files
committed
Update my GitHub username
1 parent 3dcd8fd commit b189362

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pre-built grammar files are used if only bison 2 is available).
1919

2020
[Changelog](NEWS.md)
2121

22-
[![Build Status](https://travis-ci.org/ChristophBerg/postgresql-unit.svg?branch=master)](https://travis-ci.org/ChristophBerg/postgresql-unit)
22+
[![Build Status](https://travis-ci.org/df7cb/postgresql-unit.svg?branch=master)](https://travis-ci.org/df7cb/postgresql-unit)
2323

2424
Features
2525
--------
@@ -101,7 +101,7 @@ CREATE EXTENSION
101101
Installation
102102
------------
103103

104-
* Homepage: https://github.com/ChristophBerg/postgresql-unit
104+
* Homepage: https://github.com/df7cb/postgresql-unit
105105
* Debian package: https://tracker.debian.org/pkg/postgresql-unit
106106
* Arch package: https://aur.archlinux.org/packages/postgresql-unit/
107107

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Build-Depends:
88
flex,
99
postgresql-server-dev-all (>= 153~),
1010
Standards-Version: 4.2.0
11-
Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git
12-
Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit
13-
Homepage: https://github.com/ChristophBerg/postgresql-unit
11+
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
12+
Vcs-Browser: https://github.com/df7cb/postgresql-unit
13+
Homepage: https://github.com/df7cb/postgresql-unit
1414

1515
Package: postgresql-11-unit
1616
Architecture: any

debian/control.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Build-Depends:
88
flex,
99
postgresql-server-dev-all (>= 153~),
1010
Standards-Version: 4.2.0
11-
Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git
12-
Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit
13-
Homepage: https://github.com/ChristophBerg/postgresql-unit
11+
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
12+
Vcs-Browser: https://github.com/df7cb/postgresql-unit
13+
Homepage: https://github.com/df7cb/postgresql-unit
1414

1515
Package: postgresql-PGVERSION-unit
1616
Architecture: any

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=4
2-
https://github.com/ChristophBerg/postgresql-unit/releases .*/([0-9.]*).tar.gz
2+
https://github.com/df7cb/postgresql-unit/releases .*/([0-9.]*).tar.gz

0 commit comments

Comments
 (0)