Skip to content

Commit

Permalink
Add source
Browse files Browse the repository at this point in the history
  • Loading branch information
yvvki committed Jul 20, 2023
1 parent 890b387 commit 22faff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!apiCargo['package']['authors'].includes(me)) {
// Inherit the workspace repository.
apiCargo['package']['repository'] = { 'workspace': true };

// Fix license
// Fix license: https://github.com/revoltchat/backend
apiCargo['package']['license'] = "AGPL-3.0-or-later";

// Serialize
Expand Down

0 comments on commit 22faff1

Please sign in to comment.