Skip to content

Commit

Permalink
ownership change from capjamesg to artlung
Browse files Browse the repository at this point in the history
  • Loading branch information
artlung committed May 20, 2024
1 parent 189694d commit 743e3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# commit results to repository
- name: Commit results
run: |
git config --local user.email "[email protected]"
git config --local user.name "capjamesg"
git config --local user.email "[email protected]"
git config --local user.name "artlung"
git add index.html
git add *.json
git add *.xml
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/capjamesg/blogofthe.day.git"
"url": "git+https://github.com/artlung/blogofthe.day.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/capjamesg/blogofthe.day/issues"
"url": "https://github.com/artlung/blogofthe.day/issues"
},
"homepage": "https://github.com/capjamesg/blogofthe.day#readme",
"homepage": "https://github.com/artlung/blogofthe.day#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"cheerio": "^1.0.0-rc.12",
Expand Down

0 comments on commit 743e3cb

Please sign in to comment.