move to new, correct name

This commit is contained in:
2023-05-29 17:56:57 +02:00
parent b4083c369d
commit e324c52a81
72 changed files with 176 additions and 163 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "myevent",
"name": "libreevent",
"version": "1.0.0",
"description": "A free and open source event management solution",
"main": "/dist/app.js",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplePCBuilding/myevent.git"
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
},
"keywords": [
"eventmanager",
@@ -18,7 +18,7 @@
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/myevent/issues"
"url": "https://github.com/simplePCBuilding/libreevent/issues"
},
"homepage": "https://myevent.janishutz.com"
"homepage": "https://libreevent.janishutz.com"
}