From 6284c1a6771f29626fe137070602cef82668f345 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sat, 15 Jul 2017 16:11:47 -0700 Subject: [PATCH] fix up repository metadata --- encoding.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index a862ccd..12b7d26 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -26,13 +26,13 @@ Flag systemEncoding description: Provide the getSystemEncoding action to query the locale. Source-Repository head - Type: darcs - Location: http://code.haskell.org/encoding + Type: git + Location: http://github.com/dmwit/encoding Source-Repository this - Type: darcs - Location: http://code.haskell.org/encoding - Tag: 0.8.1 + Type: git + Location: http://github.com/dmwit/encoding + Tag: 0.8.1-r1 Custom-Setup Setup-Depends: base >=3 && <5,