Skip to content

Commit 19005e2

Browse files
authored
Merge pull request #20 from astromatic/develop
Update package URLs.
2 parents 4ca4472 + aa9958e commit 19005e2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ test = [
5252
visiomatic = "visiomatic.cmd.start:main"
5353

5454
[project.urls]
55-
Repository = "https://github.com/ebertin/visiomatic-server"
55+
Repository = "https://github.com/astromatic/visiomatic"
5656
Homepage = "https://visiomatic.org"
57-
Documentation = "https://ebertin.github.io/visiomatic-server/"
57+
Documentation = "https://astromatic.github.io/visiomatic"
5858

5959
[tool.pytest.ini_options]
6060
filterwarnings = [

src/visiomatic/client/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"name": "visiomatic",
33
"version": "3.0.0",
44
"description": "Astronomical image client viewer",
5-
"homepage": "https://github.com/ebertin/pypu#readme",
6-
"author": "Emmanuel Bertin (IAP/CNRS/SorbonneU/CFHT)",
5+
"homepage": "https://github.com/astromatic/visiomatic",
6+
"author": "Emmanuel Bertin (CFHT/IAP/CNRS/SorbonneU/CEA/UParisSaclay)",
77
"contributors": [
8-
"Emmanuel Bertin <[email protected]> (https://github.com/ebertin)",
9-
"Chiara Marmo <[email protected]> (https://github.com/cmarmo)",
10-
"Ruven Pillay <[email protected]> (https://github.com/ruven)"
8+
"Emmanuel Bertin <[email protected]> (https://github.com/ebertin)"
119
],
1210
"license": "MIT",
1311
"keywords": [
@@ -18,10 +16,10 @@
1816
"private": true,
1917
"repository": {
2018
"type": "git",
21-
"url": "git+https://github.com/ebertin/visiomatic-server.git"
19+
"url": "git+https://github.com/astromatic/visiomatic.git"
2220
},
2321
"bugs": {
24-
"url": "https://github.com/ebertin/visiomatic-server/issues"
22+
"url": "https://github.com/astromatic/visiomatic/issues"
2523
},
2624
"dependencies": {
2725
"chart.js": "=4.3.0",

0 commit comments

Comments
 (0)