Skip to content

Commit 221252a

Browse files
committed
chore: update metadata
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent 717f2d0 commit 221252a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

indy_node/__metadata__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,18 @@ def set_manifest(manifest: Any, manifest_file: str = MANIFEST_FILE):
5151
_f.write('\n')
5252

5353

54-
__title__ = 'indy-node'
54+
__title__ = 'indicio-indy-node'
5555
__version_info__ = load_version()
5656
__version__ = __version_info__.full
5757
__manifest__ = load_manifest()
5858
__description__ = 'Indy node'
5959
__long_description__ = __description__
6060
__keywords__ = 'Indy Node'
61-
__url__ = 'https://github.com/hyperledger/indy-node'
61+
__url__ = 'https://github.com/Indicio-tech/indy-node'
6262
__author__ = "Hyperledger"
6363
__author_email__ = 'hyperledger-indy@lists.hyperledger.org'
64-
__maintainer__ = "Hyperledger"
64+
__maintainer__ = 'Indicio'
65+
__maintainer_email__ = 'support@indicio.tech'
6566
__license__ = "Apache 2.0"
6667

6768

0 commit comments

Comments
 (0)