From 3bd4ea13c0200ff7daaff93935ad430f2223f444 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Fri, 15 Nov 2024 07:50:37 -0500 Subject: [PATCH] Move the project to the sf org --- flake.nix | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index c9a04f1..e3843a6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ info = builtins.fromTOML (builtins.readFile ./pyproject.toml); - container-name = "ghcr.io/tristancacqueray/zuul-capacity"; + container-name = "ghcr.io/softwarefactory-project/zuul-capacity"; container = pkgs.dockerTools.streamLayeredImage { name = container-name; tag = "latest"; @@ -26,7 +26,7 @@ [ "${python}/bin/python3" "${self}/zuul-capacity.py" ]; config.Labels = { "org.opencontainers.image.source" = - "https://github.com/tristancacqueray/zuul-capacity"; + "https://github.com/softwarefactory-project/zuul-capacity"; }; }; diff --git a/pyproject.toml b/pyproject.toml index 5c7f66e..9636d62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zuul-capacity" -version = "0.1.0" +version = "0.2.0" description = "Zuul capacity exporter" readme = "README.md" requires-python = ">=3.12"