Skip to content

Commit 70cb28a

Browse files
author
qount25
committed
Fix: email address domain name for debian packages
1 parent 3165c10 commit 70cb28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pgpm/deb/templates/control.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: <%= self.package.name %>-<%= source_version %>
22
Section: libs
33
Priority: optional
4-
Maintainer: PGPM Debian maintainer <debian.maintainer@pgpm.org>
4+
Maintainer: PGPM Debian maintainer <debian.maintainer@postgres.pm>
55
Rules-Requires-Root: no
66
Build-Depends: debhelper-compat (= 13), <%= build_deps.join(", ") %>
77
Standards-Version: 4.6.2

0 commit comments

Comments
 (0)