diff options
| author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:58:52 +0000 |
|---|---|---|
| committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:58:52 +0000 |
| commit | d79bc4dd710e29d2ec0a47e715c8cdf00ed046c8 (patch) | |
| tree | da27e35cd26c9e28b969e6dadbe74177c948ca5f /packages/hash | |
| parent | 4aa901258db35cc320c44aaa3477f000b976637e (diff) | |
| download | fpc-d79bc4dd710e29d2ec0a47e715c8cdf00ed046c8.tar.gz | |
* change externalurl to homepageurl
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12170 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/hash')
| -rw-r--r-- | packages/hash/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hash/fpmake.pp b/packages/hash/fpmake.pp index 2a5bb66b7b..4f33235ab5 100644 --- a/packages/hash/fpmake.pp +++ b/packages/hash/fpmake.pp @@ -19,7 +19,7 @@ begin P.Author := 'Free Pascal development team, Mark Adler, Jacques Nomssi Nzali'; P.License := 'LGPL with modification, '; - P.ExternalURL := 'www.freepascal.org'; + P.HomepageURL := 'www.freepascal.org'; P.Email := ''; P.Description := 'Several hash algorithms (MD5,CRC,Linux crypt and NTLM1).'; P.NeedLibC:= false; |
