Skip to content

Commit 6c311bc

Browse files
committed
chore: use haskell-wasm upstreams
1 parent 5fab9cd commit 6c311bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: checkout
4242
uses: actions/checkout@v4
4343
with:
44-
repository: TerrorJack/pandoc
44+
repository: haskell-wasm/pandoc
4545
ref: wasm
4646
path: pandoc
4747

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ non-official) backports for ghc wasm backend's Template Haskell & ghci
2828
support.
2929

3030
It's built using my
31-
[fork](https://github.com/TerrorJack/pandoc/tree/wasm) which is based
32-
on latest `pandoc` release and patches dependencies, cabal config as
33-
well as some module code to make things compilable to wasm:
31+
[fork](https://github.com/haskell-wasm/pandoc/tree/wasm) which is
32+
based on latest `pandoc` release and patches dependencies, cabal
33+
config as well as some module code to make things compilable to wasm:
3434

3535
- No http client/server functionality. `wasip1` doesn't have proper
3636
sockets support anyway, and support for future versions of wasi is

0 commit comments

Comments
 (0)