ddrescue: reduce meta line spacing

This commit is contained in:
Doron Behar
2026-02-08 17:10:59 +02:00
parent d6c7193213
commit a6d9e1faea
-4
View File
@@ -21,7 +21,6 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "GNU ddrescue, a data recovery tool";
longDescription = ''
GNU ddrescue is a data recovery tool. It copies data from one file
or block device (hard disc, cdrom, etc) to another, trying hard to
@@ -44,11 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
low. Using the logfile, only the needed blocks are read from the
second and successive copies.
'';
homepage = "https://www.gnu.org/software/ddrescue/ddrescue.html";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
fpletz