From a677ccd2966d9c9cb9458586eaacee33055896b2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 Mar 2021 14:51:20 +0100 Subject: */*: Normalize metadata.xml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny --- dev-haskell/edit-distance-vector/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/edit-distance-vector/metadata.xml') diff --git a/dev-haskell/edit-distance-vector/metadata.xml b/dev-haskell/edit-distance-vector/metadata.xml index c2c7c2767205..e7d7e8f9392e 100644 --- a/dev-haskell/edit-distance-vector/metadata.xml +++ b/dev-haskell/edit-distance-vector/metadata.xml @@ -10,7 +10,7 @@ find the optimal edit script and cost between two sequences. The implementation in this package is specialised to sequences represented - with "Data.Vector" but is otherwise agnostic to: + with "Data.Vector" but is otherwise agnostic to: * The type of values in the vectors; -- cgit v1.2.3-65-gdbad