Skip to content

Commit

Permalink
chore: correct jdbruijn/dotfiles to vidavidorra/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 18, 2024
1 parent 2fdfa1a commit fef8659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Renovate enabled](https://img.shields.io/badge/Renovate-enabled-brightgreen?logo=renovatebot&logoColor&style=flat-square)](https://renovatebot.com)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![License](https://img.shields.io/github/license/jdbruijn/dotfiles?style=flat-square)](LICENSE.md)
[![License](https://img.shields.io/github/license/vidavidorra/dotfiles?style=flat-square)](LICENSE.md)

- [Install](#install)
- [Usage](#usage)
Expand All @@ -15,7 +15,7 @@
## Install

```shell
$ git clone https://github.com/jdbruijn/dotfiles.git
$ git clone https://github.com/vidavidorra/dotfiles.git
$ cd dotfiles
$ ./bootstrap
```
Expand All @@ -26,7 +26,7 @@ TBD

## Contributing

Please [create an issue](https://github.com/jdbruijn/dotfiles/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/jdbruijn/dotfiles/discussions) if you have a question. If you like this project, please consider giving it a star ⭐
Please [create an issue](https://github.com/vidavidorra/dotfiles/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/vidavidorra/dotfiles/discussions) if you have a question. If you like this project, please consider giving it a star ⭐

Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) detailed information about other contributions, like pull requests.

Expand All @@ -35,7 +35,7 @@ Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/ma

## Security policy

Please refer to the [Security Policy on GitHub](https://github.com/jdbruijn/dotfiles/security/) for the security policy.
Please refer to the [Security Policy on GitHub](https://github.com/vidavidorra/dotfiles/security/) for the security policy.

## License

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"description": "dotfiles, software and macOS defaults",
"homepage": "https://github.com/jdbruijn/dotfiles#readme",
"homepage": "https://github.com/vidavidorra/dotfiles#readme",
"bugs": {
"url": "https://github.com/jdbruijn/dotfiles/issues"
"url": "https://github.com/vidavidorra/dotfiles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdbruijn/dotfiles.git"
"url": "git+https://github.com/vidavidorra/dotfiles.git"
},
"license": "GPL-3.0-or-later",
"author": "Jeroen de Bruijn",
Expand Down

0 comments on commit fef8659

Please sign in to comment.