dd_rescue: add license + update homepage

This commit is contained in:
Markus Kowalewski 2018-09-12 22:03:47 +02:00
parent d9416449b5
commit 7d25ffade4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -34,7 +34,8 @@ stdenv.mkDerivation rec {
description = "A tool to copy data from a damaged block device";
maintainers = with maintainers; [ raskin domenkozar ];
platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
license = licenses.gpl2Plus;
inherit version;
updateWalker = true;
};