this repo has no description

Merge pull request #26810 from reynir/gptar-whitespace

gptar.1.0.0: remove excess whitespace in description

Changed files
+5 -5
packages
gptar
gptar.1.0.0
+5 -5
packages/gptar/gptar.1.0.0/opam
···
synopsis: "GPT headers that are also valid tar headers"
description: """
Marshaling GPT headers such that they are a valid tar archive.
-
The archive will contain a dummy file named `GPTAR` whose content
-
is (at least) the GPT header and the partition table entries.
-
Put a tar-partition at the first available space, and you can
-
inspect the tar archive using regular tar utilities on the disk
-
image with the caveat of the added `GPTAR` dummy file."""
+
The archive will contain a dummy file named `GPTAR` whose content
+
is (at least) the GPT header and the partition table entries.
+
Put a tar-partition at the first available space, and you can
+
inspect the tar archive using regular tar utilities on the disk
+
image with the caveat of the added `GPTAR` dummy file."""
maintainer: ["Reynir Björnsson <reynir@reynir.dk>"]
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
license: "BSD-2-Clause"