diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a58edc..6ec9de8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: # commit results to repository - name: Commit results run: | - git config --local user.email "jamesg@jamesg.blog" - git config --local user.name "capjamesg" + git config --local user.email "joe@artlung.com" + git config --local user.name "artlung" git add index.html git add *.json git add *.xml diff --git a/package.json b/package.json index 123847e..83eceaa 100644 --- a/package.json +++ b/package.json @@ -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",