Skip to content

Commit

Permalink
fix(git): re-renamed git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 29, 2024
1 parent 8f276a3 commit 29d235e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PostalMime can be run in the main web thread or from Web Workers.

## Source

Source code is available from [Github](https://github.com/postalsys/mime).
Source code is available from [Github](https://github.com/postalsys/postal-mime).

## Demo

Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<body>
<div class="col-lg-8 mx-auto p-4 py-md-5">
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
<span class="fs-4"> postal-mime – <a href="https://github.com/postalsys/mime">source</a> </span>
<span class="fs-4"> postal-mime – <a href="https://github.com/postalsys/postal-mime">source</a> </span>
</header>

<main>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/mime.git"
"url": "git+https://github.com/postalsys/postal-mime.git"
},
"bugs": {
"url": "https://github.com/postalsys/mime/issues"
"url": "https://github.com/postalsys/postal-mime/issues"
},
"author": "Andris Reinman",
"license": "MIT-0",
Expand Down

0 comments on commit 29d235e

Please sign in to comment.