Skip to content

Commit

Permalink
Fix name/email address
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Jan 10, 2024
1 parent 461cea1 commit d0e79d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openxr-android.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

FROM debian:bookworm
LABEL maintainer="Ryan Pavlik <ryan.pavlik@collabora.com>"
LABEL maintainer="Rylie Pavlik <rylie.pavlik@collabora.com>"

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion openxr-pregenerated-sdk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Intended for CI use.

FROM ubuntu:20.04
LABEL maintainer="Ryan Pavlik <ryan.pavlik@collabora.com>"
LABEL maintainer="Rylie Pavlik <rylie.pavlik@collabora.com>"

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion openxr-sdk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Intended for CI or interactive use.

FROM ubuntu:20.04
LABEL maintainer="Ryan Pavlik <ryan.pavlik@collabora.com>"
LABEL maintainer="Rylie Pavlik <rylie.pavlik@collabora.com>"

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion openxr.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This is a Docker container for OpenXR specification builds

FROM ruby:3.1-bookworm as builder
LABEL maintainer="Ryan Pavlik <ryan.pavlik@collabora.com>"
LABEL maintainer="Rylie Pavlik <rylie.pavlik@collabora.com>"

# Basic spec build and check packages
RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
Expand Down
2 changes: 1 addition & 1 deletion release-codename.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Copyright 2019 Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0
# Author: Ryan Pavlik <ryan.pavlik@collabora.com>
# Author: Rylie Pavlik <rylie.pavlik@collabora.com>
# Parses apt-cache policy output on Ubuntu and Debian to identify the release codename
# (e.g. xenial, stretch)

Expand Down

0 comments on commit d0e79d7

Please sign in to comment.