diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-06-17 11:30:17 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-06-17 11:31:06 +0200 |
commit | 48c0ed7aed813fda98150fbec3fb2d93413afd16 (patch) | |
tree | 34628e13832056cade0a8b793363c3601f25bab0 | |
parent | 70fe44909abc1e19cb0f68d8ef09004ba5317d7d (diff) |
fix project name in INFO.yaml
Issue-ID: DOC-823
Change-Id: Icb3e6afa760d75c076f885c3bd465ac485d71a5c
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | INFO.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ --- -project: 'portal_ng_ui' +project: 'portal-ng-ui' project_creation_date: '2023-03-20' project_category: '' lifecycle_state: 'Incubation' |