Skip to content

Commit 7287312

Browse files
lmignonsebalix
authored andcommitted
[FIX] __manifest__: Uses github repo url as website and add OCA into author fixes #1
1 parent a091a08 commit 7287312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage_backend_s3/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"summary": "Implement amazon S3 Storage",
99
"version": "10.0.1.0.0",
1010
"category": "Storage",
11-
"website": "www.akretion.com",
12-
"author": " Akretion",
11+
"website": "https://www.github.com/OCA/storage",
12+
"author": " Akretion, Odoo Community Association (OCA)",
1313
"license": "AGPL-3",
1414
"installable": False,
1515
"external_dependencies": {"python": ["boto3"]},

0 commit comments

Comments
 (0)