diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-07 10:53:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-07 10:53:29 +0100 |
commit | e18628b04921664d8eebe9983a2da01f88764819 (patch) | |
tree | d7b2c93ec4427493ea4e6318f3706a7f692108dc /zoom.php | |
parent | 4462c58ade980a83e60c78b41709bd8d4662b8ec (diff) |
Diffstat (limited to 'zoom.php')
-rw-r--r-- | zoom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ if ( !isset($name) || !$name ) { $summary['Type'] = $up['type']; } if ($rpm->pkgname) { - $summary['Composer name'] = $rpm->pkgname; + $summary['Packagist'] = $rpm->pkgname; } else if ($up && $up['channel']) { $summary['Channel'] = $up['channel']; } |