Skip to content

Commit

Permalink
Merge pull request #12 from StauroDEV/replace-xyz-->-dev
Browse files Browse the repository at this point in the history
fix: replace
  • Loading branch information
talentlessguy authored Nov 27, 2023
2 parents 766dbf4 + b00cb48 commit a9513e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 StauroXYZ
Copyright (c) 2023 StauroDEV

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="logo.png" height="200" width="200" />
<h1>Blumen</h1>

[![CI](https://github.com/StauroXYZ/blumen/actions/workflows/ci.yml/badge.svg)](https://github.com/StauroXYZ/blumen/actions/workflows/ci.yml) ![npm](https://img.shields.io/npm/dt/blumen?style=for-the-badge&logo=npm&color=%232B4AD4&label)
[![CI](https://github.com/StauroDEV/blumen/actions/workflows/ci.yml/badge.svg)](https://github.com/StauroDEV/blumen/actions/workflows/ci.yml) ![npm](https://img.shields.io/npm/dt/blumen?style=for-the-badge&logo=npm&color=%232B4AD4&label)

<sub>Self-custodial decentralized deployments</sub>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"repository": {
"type": "git",
"url": "https://github.com/StauroXYZ/blumen.git"
"url": "https://github.com/StauroDEV/blumen.git"
},
"homepage": "https://github.com/StauroXYZ/blumen",
"homepage": "https://github.com/StauroDEV/blumen",
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion site/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
},
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/StauroXYZ/blumen' },
{ icon: 'github', link: 'https://github.com/StauroDEV/blumen' },
],
},
})

0 comments on commit a9513e8

Please sign in to comment.