From 9e4847c3eb36654d0671d733d4dfb6daad03cb4e Mon Sep 17 00:00:00 2001 From: Brian W Bush Date: Sat, 23 Sep 2023 08:42:19 -0600 Subject: [PATCH] PLT-7634 Tweaked descriptions and titles. --- docker-compose.yaml | 2 +- flake.nix | 2 +- nix/marlowe-payouts/deploy/oci-image.nix | 2 +- nix/shell.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 117dd51..f2073b2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -210,7 +210,7 @@ services: ports: - 3780:3780 - marlowe-runner: + marlowe-payouts: image: ghrc.io/input-output-hk/marlowe-payouts:latest environment: - MARLOWE_RT_WEBSERVER_URL=${MARLOWE_RT_WEBSERVER_URL:?err} diff --git a/flake.nix b/flake.nix index 94fff5a..a0b0493 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ # https://www.github.com/input-output-hk/iogx#31-flakenix { - description = "Marlowe Withdraw dapp"; + description = "Marlowe withdraw dapp"; inputs = { iogx.url = "github:input-output-hk/iogx"; diff --git a/nix/marlowe-payouts/deploy/oci-image.nix b/nix/marlowe-payouts/deploy/oci-image.nix index 4433626..726abd8 100644 --- a/nix/marlowe-payouts/deploy/oci-image.nix +++ b/nix/marlowe-payouts/deploy/oci-image.nix @@ -14,7 +14,7 @@ let uid = "0"; gid = "0"; labels = { - description = "Marlowe Withdraw dapp."; + description = "Marlowe withdraw dapp."; source = "https://github.com/input-output-hk/marlowe-payouts"; license = "Apache-2.0"; }; diff --git a/nix/shell.nix b/nix/shell.nix index a37264b..734cb92 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -12,7 +12,7 @@ in { # name = "nix-shell"; # prompt = "$ "; - welcomeMessage = "Marlowe Payouts"; + welcomeMessage = "Marlowe withdraw dapp"; packages = [ nodejs ];