Skip to content

Commit f43fa9a

Browse files
committed
Update source repository location in cabal files
1 parent 4416ab5 commit f43fa9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

webkit.cabal-renamed

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ x-Types-Destructor: objectUnrefFromMainloop
3939
x-Types-Hierarchy: hierarchy.list
4040

4141
Source-Repository head
42-
type: darcs
43-
location: http://code.haskell.org/webkit/
42+
type: git
43+
location: https://github.com/gtk2hs/webkit
4444

4545
Library
4646
build-depends: base >= 4 && < 5,

webkitgtk3.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ x-Types-Destructor: objectUnrefFromMainloop
3939
x-Types-Hierarchy: hierarchy3.list
4040

4141
Source-Repository head
42-
type: darcs
43-
location: http://code.haskell.org/webkit/
42+
type: git
43+
location: https://github.com/gtk2hs/webkit
4444

4545
Library
4646
build-depends: base >= 4 && < 5,

0 commit comments

Comments
 (0)