Skip to content

Commit

Permalink
Set new URL for GitHub repository homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneGasperini committed Sep 20, 2024
1 parent c85acf3 commit d2e19d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: "QUnfold"
version: 0.3.4
doi: https://zenodo.org/badge/latestdoi/652649177
date-released: 2024-07-07
url: "https://github.com/JustWhit3/QUnfold"
url: "https://github.com/Quantum4HEP/QUnfold"
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda install -c conda-forge root -y"
RUN /bin/bash -c "source activate qunfold-env && \
pip install git+https://gitlab.cern.ch/RooUnfold/RooUnfold"

RUN git clone https://github.com/JustWhit3/QUnfold.git
RUN git clone https://github.com/Quantum4HEP/QUnfold.git
WORKDIR /home/qunfold/QUnfold
RUN /bin/bash -c "source activate qunfold-env && \
pip install -e .[gurobi] && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = {file = "requirements.txt"}
gurobi = ["gurobipy"]

[project.urls]
Homepage = "https://github.com/JustWhit3/QUnfold"
Homepage = "https://github.com/Quantum4HEP/QUnfold"
Documentation = "https://qunfold.readthedocs.io/en/latest/"

[tool.setuptools.packages.find]
Expand Down

0 comments on commit d2e19d4

Please sign in to comment.