dd_rescue: add license + update homepage
This commit is contained in:
@@ -34,7 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A tool to copy data from a damaged block device";
|
description = "A tool to copy data from a damaged block device";
|
||||||
maintainers = with maintainers; [ raskin domenkozar ];
|
maintainers = with maintainers; [ raskin domenkozar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
|
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
inherit version;
|
inherit version;
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user