aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-16 06:41:12 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-16 06:41:12 +0000
commit3cc3d27bb0943aedcdf58feeaa0a5817d6f8b6ad (patch)
treee31a520eba537c76d7c3a3f4e4d4f6ce92303eb0 /package.json
parent802c7a675469ab680f1fa58132c54f15b6cb4a0c (diff)
replace repository entry in package.json with git, fixes #4702
Closes #4702 Merge request studip/studip!3496
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cd7351e..5d9a3ce 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,8 @@
"author": "",
"license": "GPL-2.0",
"repository": {
- "type": "svn",
- "url": "https://develop.studip.de/svn/studip"
+ "type": "git",
+ "url": "https://gitlab.studip.de/studip/studip.git"
},
"engines": {
"node": ">=18"