ddrescue: reduce meta line spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user