change Maintainer name from pseudo name to real name

This commit is contained in:
Marko Oldenburg 2021-01-30 18:41:41 +01:00
parent 655decd03a
commit ccf5c56d5b
2 changed files with 2 additions and 2 deletions

View File

@ -771,7 +771,7 @@ sub _CreateForecastRef($) {
lat => $self->{lat},
long => $self->{long},
apiMaintainer =>
'Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
'Marko Oldenburg (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
apiVersion => version->parse(DarkSkyAPI->VERSION())->normal,
}
);

View File

@ -616,7 +616,7 @@ sub _CreateForecastRef {
lat => $self->{lat},
long => $self->{long},
apiMaintainer =>
'Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
'Marko Oldenburg (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)',
apiVersion =>
version->parse( OpenWeatherMapAPI->VERSION() )->normal,
}