xdelta: change meta.homepage (#325491)

* xdelta: remove meta.homepage

the website is unavailable and the domain is used by a gambling website at the moment

* xdelta: set homepage to GitHub repo

---------

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
Anselm Schüler 2024-07-11 16:18:34 +02:00 committed by GitHub
parent 6987cda22e
commit 70db6560b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,8 @@ in stdenv.mkDerivation rec {
file differences. This is similar to diff and patch, but it is targeted
for binary files and does not generate human readable output.
'';
homepage = "http://xdelta.org/";
# The dedicated homepage pointed to a gambling website
homepage = "https://github.com/jmacd/xdelta";
license = licenses.gpl2Plus;
mainProgram = "xdelta3";
platforms = platforms.unix;