Skip to content

Commit ebd94dd

Browse files
authored
move to OpenForgeProject (#8)
1 parent e18a2fa commit ebd94dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<h1 align="center">ddev-gum</h1>
99
</div>
1010

11-
[![tests](https://github.com/Morgy93/ddev-gum/actions/workflows/tests.yml/badge.svg)](https://github.com/Morgy93/ddev-gum/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
11+
[![tests](https://github.com/OpenForgeProject/ddev-gum/actions/workflows/tests.yml/badge.svg)](https://github.com/OpenForgeProject/ddev-gum/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
1212

1313
## What is Gum?
1414

1515
> A tool for glamorous shell scripts. Leverage the power of [Bubbles](https://github.com/charmbracelet/bubbles) and [Lip Gloss](https://github.com/charmbracelet/lipgloss) in your scripts and aliases without writing any Go code!
1616
>
17-
> ![gum](https://github.com/Morgy93/ddev-gum/assets/7961978/426f48a5-f02e-423e-a894-ca54bd2cd0d1)
17+
> ![gum](https://github.com/OpenForgeProject/ddev-gum/assets/7961978/426f48a5-f02e-423e-a894-ca54bd2cd0d1)
1818
1919
For more information, see the [official repository](https://github.com/charmbracelet/gum) or visit <https://charm.sh/>.
2020

@@ -25,7 +25,7 @@ YouTube Shorts: [Gum: Write Glamorous Shell Scripts](https://www.youtube.com/wat
2525
## Installation
2626

2727
```shell
28-
ddev add-on get Morgy93/ddev-gum
28+
ddev add-on get OpenForgeProject/ddev-gum
2929
ddev restart
3030
```
3131

tests/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setup() {
44
export TESTDIR=~/tmp/test-gum
55
mkdir -p $TESTDIR
66
export PROJNAME=test-gum
7-
export DDEV_ADDON=Morgy93/ddev-gum
7+
export DDEV_ADDON=OpenForgeProject/ddev-gum
88
export DDEV_NON_INTERACTIVE=true
99
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
1010
cd "${TESTDIR}"

0 commit comments

Comments
 (0)