Skip to content

Commit

Permalink
chore: migrate to tailosoft
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhouti committed Nov 19, 2023
1 parent 59ee12f commit fdbc890
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"generator-jhipster-blueprint": {
"promptValues": {
"githubName": "elhoutico",
"authorName": "Youssef El Houti",
"authorEmail": "[email protected]",
"authorUrl": "https://elhouti.com"
"generator-jhipster-blueprint": {
"promptValues": {
"githubName": "tailosoft",
"authorName": "Youssef El Houti",
"authorEmail": "[email protected]",
"authorUrl": "https://tailosoft.com"
}
}
}
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ with **versions** matching the current version of the blueprint
# License
Apache-2.0 © [Youssef El Houti](https://elhouti.com)
Apache-2.0 © [Youssef El Houti](https://tailosoft.com)
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-preauthorize.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-preauthorize
[travis-image]: https://travis-ci.org/elhoutico/generator-jhipster-preauthorize.svg?branch=master
[travis-url]: https://travis-ci.org/elhoutico/generator-jhipster-preauthorize
[daviddm-image]: https://david-dm.org/elhoutico/generator-jhipster-preauthorize.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/elhoutico/generator-jhipster-preauthorize
[travis-image]: https://travis-ci.org/tailosoft/generator-jhipster-preauthorize.svg?branch=master
[travis-url]: https://travis-ci.org/tailosoft/generator-jhipster-preauthorize
[daviddm-image]: https://david-dm.org/tailosoft/generator-jhipster-preauthorize.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/tailosoft/generator-jhipster-preauthorize
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"jhipster-blueprint",
"jhipster-5"
],
"homepage": "https://github.com/elhoutico/generator-jhipster-preauthorize",
"homepage": "https://github.com/tailosoft/generator-jhipster-preauthorize",
"author": {
"name": "Youssef El Houti",
"email": "youssef.elhouti@elhouti.com",
"url": "https://elhouti.com"
"email": "youssef.elhouti@tailosoft.com",
"url": "https://tailosoft.com"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/elhoutico/generator-jhipster-preauthorize.git"
"url": "git+https://github.com/tailosoft/generator-jhipster-preauthorize.git"
},
"dependencies": {
"chalk": "2.4.1",
Expand Down Expand Up @@ -56,6 +56,6 @@
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elhoutico/generator-jhipster-preauthorize/issues"
"url": "https://github.com/tailosoft/generator-jhipster-preauthorize/issues"
}
}

0 comments on commit fdbc890

Please sign in to comment.