Skip to content

Commit

Permalink
Re-add myself as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Todaro committed Apr 14, 2021
1 parent ddd9626 commit daf1798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "celery_exporter"
version = "1.4.0"
authors = ["Nicola Martino <mroci@bruttocarattere.org>"]
authors = ["Fabio Todaro <fbregist@gmail.com>", "Nicola Martino <mroci@bruttocarattere.org>"]
description = "Prometheus metrics exporter for Celery"
edition = "2018"
homepage = "https://github.com/OvalMoney/celery-exporter"
Expand All @@ -24,7 +24,7 @@ lru = "0.6.5"

[package.metadata.maturin]
classifier = [
"Development Status :: 3 - Alpha",
"Development Status :: 3 - Beta",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY celery_exporter/ ./celery_exporter/
RUN RUSTFLAGS="-C target-feature=-crt-static" maturin build --target x86_64-unknown-linux-musl --release --manylinux off -o /src/wheelhouse

FROM base-image as app
LABEL maintainer="Fabio Todaro <ft@ovalmoney.com>"
LABEL maintainer="Fabio Todaro <fbregist@gmail.com>"

ARG BUILD_DATE
ARG DOCKER_REPO
Expand Down

0 comments on commit daf1798

Please sign in to comment.