~alcinnz/haskell-stylist

52e91d5c52b6de85e3ae2faa32281dbc482a9d6c — Adrian Cochrane 4 years ago 85a96f0
Update metadata for new repo URL.
2 files changed, 2 insertions(+), 2 deletions(-)

M stylist.cabal
M xml-conduit-stylist/xml-conduit-stylist.cabal
M stylist.cabal => stylist.cabal +1 -1
@@ 49,7 49,7 @@ cabal-version:       >=1.10

source-repository head
    type: git
    location: https://git.nzoss.org.nz/alcinnz/stylish-haskell.git
    location: https://git.adrian.geek.nz/haskell-stylist.git

library
  -- Modules exported by the library.

M xml-conduit-stylist/xml-conduit-stylist.cabal => xml-conduit-stylist/xml-conduit-stylist.cabal +1 -1
@@ 19,7 19,7 @@ synopsis:            Bridge between xml-conduit/html-conduit and stylist
description:         Parses CSS from an HTML webpage and queries relevant properties for each element.

-- URL for the project homepage or repository.
homepage:            https://git.nzoss.org.nz/alcinnz/stylish-haskell
homepage:            https://git.adrian.geek.nz/haskell-stylist.git

-- The license under which the package is released.
license:             MIT