Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 4bfd573

Browse files
committed
Change repo and maintainer
1 parent 8852797 commit 4bfd573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -e
33

44
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
55

6-
url='git://github.com/docker-library/sentry'
6+
url='git://github.com/getsentry/docker-sentry'
77

8-
echo '# maintainer: InfoSiftr <github@infosiftr.com> (@infosiftr)'
8+
echo '# maintainer: Matt Robenolt <matt@getsentry.com> (@mattrobenolt)'
99

1010
commit="$(git log -1 --format='format:%H' -- Dockerfile $(awk 'toupper($1) == "COPY" { for (i = 2; i < NF; i++) { print $i } }' Dockerfile))"
1111
fullVersion="$(grep -m1 'ENV SENTRY_VERSION ' Dockerfile | cut -d' ' -f3)"

0 commit comments

Comments
 (0)