Skip to content

Commit cbb3baa

Browse files
authored
chore(*): promote add-on to official (#15)
1 parent fb2d713 commit cbb3baa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
1414

1515
```bash
16-
ddev add-on get https://github.com/stasadev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
16+
ddev add-on get https://github.com/ddev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1717
ddev restart
1818
ddev exec python --version
1919
ddev exec pip --version

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)
2-
[![tests](https://github.com/stasadev/ddev-python2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/stasadev/ddev-python2/actions/workflows/tests.yml?query=branch%3Amain)
3-
[![last commit](https://img.shields.io/github/last-commit/stasadev/ddev-python2)](https://github.com/stasadev/ddev-python2/commits)
4-
[![release](https://img.shields.io/github/v/release/stasadev/ddev-python2)](https://github.com/stasadev/ddev-python2/releases/latest)
2+
[![tests](https://github.com/ddev/ddev-python2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ddev/ddev-python2/actions/workflows/tests.yml?query=branch%3Amain)
3+
[![last commit](https://img.shields.io/github/last-commit/ddev/ddev-python2)](https://github.com/ddev/ddev-python2/commits)
4+
[![release](https://img.shields.io/github/v/release/ddev/ddev-python2)](https://github.com/ddev/ddev-python2/releases/latest)
55

66
# DDEV Python 2
77

@@ -16,7 +16,7 @@ It is only needed if your `npm` setup requires Python 2 to build dependencies.
1616
## Installation
1717

1818
```bash
19-
ddev add-on get stasadev/ddev-python2
19+
ddev add-on get ddev/ddev-python2
2020
ddev restart
2121
```
2222

@@ -33,4 +33,6 @@ This add-on also installs the `build-essential` package, which is usually requir
3333

3434
## Credits
3535

36-
**Contributed and maintained by [@stasadev](https://github.com/stasadev)**
36+
**Contributed by [@stasadev](https://github.com/stasadev)**
37+
38+
**Maintained by the [DDEV team](https://ddev.com/support-ddev/)**

tests/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup() {
1616
set -eu -o pipefail
1717

1818
# Override this variable for your add-on:
19-
export GITHUB_REPO=stasadev/ddev-python2
19+
export GITHUB_REPO=ddev/ddev-python2
2020

2121
TEST_BREW_PREFIX="$(brew --prefix 2>/dev/null || true)"
2222
export BATS_LIB_PATH="${BATS_LIB_PATH}:${TEST_BREW_PREFIX}/lib:/usr/lib/bats"

0 commit comments

Comments
 (0)