Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 0ab7d0a

Browse files
committed
Fix poc references
- Polish package.json - Relates #4527
1 parent 8360fbd commit 0ab7d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/carvel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "scdf-carvel-poc",
2+
"name": "scdf-carvel",
33
"version": "1.0.0",
44
"description": "Testing concepts of deploying `scdf` via `ytt` templating with `kapp`.",
55
"main": "index.js",
@@ -10,14 +10,14 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/jvalkeal/scdf-carvel-poc.git"
13+
"url": "git+https://github.com/spring-cloud/spring-cloud-dataflow.git"
1414
},
1515
"author": "",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/jvalkeal/scdf-carvel-poc/issues"
18+
"url": "https://github.com/spring-cloud/spring-cloud-dataflow/issues"
1919
},
20-
"homepage": "https://github.com/jvalkeal/scdf-carvel-poc#readme",
20+
"homepage": "https://github.com/spring-cloud/spring-cloud-dataflow",
2121
"devDependencies": {
2222
"@types/jest": "^26.0.23",
2323
"@types/jest-expect-message": "^1.0.3",

0 commit comments

Comments
 (0)