Skip to content

Commit

Permalink
fix: change repository and name for rest api clients (#745)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Baliasnikov <[email protected]>
  • Loading branch information
Anton Baliasnikov authored Oct 4, 2023
1 parent 77b3588 commit 0f84e28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion prism-agent/client/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/input-output-hk/atala-prism-building-blocks/"
url = "https://maven.pkg.github.com/hyperledger-labs/open-enterprise-agent/"
credentials {
username = System.getenv("ATALA_GITHUB_ACTOR")
password = System.getenv("ATALA_GITHUB_TOKEN")
Expand Down
4 changes: 2 additions & 2 deletions prism-agent/client/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from setuptools import setup, find_packages # noqa: H301

NAME = "prism-python-client"
NAME = "open-enterprise-agent-python-client"
VERSION = "0.0.1"

REQUIRES = [
Expand All @@ -29,7 +29,7 @@
description="Prism Agent Client",
author="Allain Magyar",
author_email="",
url="https://github.com/input-output-iohk/prism-client-generator",
url="https://github.com/hyperledger-labs/open-enterprise-agent",
keywords=["Prism Agent"],
python_requires=">=3.7",
install_requires=REQUIRES,
Expand Down
6 changes: 3 additions & 3 deletions prism-agent/client/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@input-output-hk/prism-typescript-client",
"name": "@hyperledger-labs/open-enterprise-agent-ts-client",
"version": "0.0.1",
"description": "TypeScript OpenAPI client for Atala PRISM V2 Agent",
"description": "TypeScript OpenAPI client for Open Enterprise Agent",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/input-output-hk/atala-prism-building-blocks/"
"url": "https://github.com/hyperledger-labs/open-enterprise-agent/"
},
"keywords": [
"fetch",
Expand Down

0 comments on commit 0f84e28

Please sign in to comment.