-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
{ | ||
"name": "kickstart", | ||
"name": "GLPI", | ||
"description": { | ||
"en": "My kickstart module" | ||
"en": "GLPI is an incredible Service Management software based on open source technologies. It helps you plan and manage IT changes in an easy way, solve problems efficiently, automate your business processes and gain control over your IT infrastructure." | ||
}, | ||
"categories": [], | ||
"authors": [ | ||
{ | ||
"name": "Name Surname", | ||
"email": "[email protected]" | ||
"name": "Kemboi Elvis", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Martin Bhuong", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"docs": { | ||
"documentation_url": "https://docs.kickstart.com/", | ||
"bug_url": "https://github.com/NethServer/dev", | ||
"code_url": "https://github.com/author/ns8-kickstart" | ||
"documentation_url": "https://glpi-project.org/documentation/", | ||
"bug_url": "https://github.com/kemboi22/ns8-glpi", | ||
"code_url": "https://github.com/kemboi22/ns8-glpi" | ||
}, | ||
"source": "ghcr.io/nethserver/kickstart" | ||
"source": "ghcr.io/kemboi22/glpi" | ||
} |