diff --git a/.backstage/component.yaml b/.backstage/component.yaml index f77353c9..a65a2daf 100644 --- a/.backstage/component.yaml +++ b/.backstage/component.yaml @@ -1,12 +1,11 @@ apiVersion: backstage.io/v1alpha1 kind: Component - metadata: name: sage - annotations: - github.com/project-slug: einride/sage - + title: Sage + description: Make-like build tool that provides a curated and maintained set of tools for Go projects. spec: type: library lifecycle: production - owner: group:team-cloud-control + owner: platform-engineering + system: developer-tools diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 52dfeb2e..1391ca46 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @thall @alethenorio @odsod @Edholm +* @einride/platform-engineering @thall @Edholm