Skip to content

Commit

Permalink
Move the project to the sf org
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Nov 15, 2024
1 parent 45f21d0 commit 3bd4ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3bd4ea1

Please sign in to comment.