-
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
1 parent
b098657
commit bf33d6f
Showing
1 changed file
with
9 additions
and
9 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,19 @@ | ||
{ | ||
"name": "erpnext", | ||
"name": "ERPNEXT", | ||
"description": { | ||
"en": "My erpnext module" | ||
"en": "The most agile ERP on the planet: ERPNext is the world's best free and open source ERP" | ||
}, | ||
"categories": [], | ||
"categories": ["office"], | ||
"authors": [ | ||
{ | ||
"name": "Name Surname", | ||
"email": "[email protected]" | ||
"name": "Genius Dynamics", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"docs": { | ||
"documentation_url": "https://docs.erpnext.com/", | ||
"bug_url": "https://github.com/NethServer/dev", | ||
"code_url": "https://github.com/author/ns8-erpnext" | ||
"bug_url": "https://github.com/geniusdynamic/dev", | ||
"code_url": "https://github.com/geniusdynamics/ns8-erpnext" | ||
}, | ||
"source": "ghcr.io/nethserver/erpnext" | ||
} | ||
"source": "ghcr.io/geniusdynamics/erpnext" | ||
} |