diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-16 06:41:12 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-16 06:41:12 +0000 |
| commit | 3cc3d27bb0943aedcdf58feeaa0a5817d6f8b6ad (patch) | |
| tree | e31a520eba537c76d7c3a3f4e4d4f6ce92303eb0 /package.json | |
| parent | 802c7a675469ab680f1fa58132c54f15b6cb4a0c (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.json | 4 |
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" |
