diff options
Diffstat (limited to 'packages/a52')
| -rw-r--r-- | packages/a52/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/a52/fpmake.pp b/packages/a52/fpmake.pp index 26596480d8..44d4c97305 100644 --- a/packages/a52/fpmake.pp +++ b/packages/a52/fpmake.pp @@ -16,7 +16,7 @@ begin P:=AddPackage('a52'); P.Author := 'Library: Michel Lespinasse and Aaron Holtzman, header: Ivo Steimann'; P.License := 'Library: GPL2 or later, header: LGPL with modification'; - P.ExternalURL := 'www.freepascal.org'; + P.HomepageURL := 'www.freepascal.org'; P.Email := ''; P.Description := 'A free library for decoding ATSC A/52 streams.'; P.NeedLibC:= true; |
