Skip to content

Commit

Permalink
Remove human-web references (#446)
Browse files Browse the repository at this point in the history
human-web was a temporal github organization hosting first iteration of user-agent-desktop project and it does not exist anymore.
  • Loading branch information
chrmod committed Jan 18, 2021
1 parent f0173fd commit 91cb63e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Windows and Mac builds depend on platform frameworks being included. These shoul

## Development workflow

After cloning the [repository](https://github.com/human-web/user-agent-desktop),
After cloning the [repository](https://github.com/ghostery/user-agent-desktop),
run the following commands to get started (Note that you will need `npm` and
`node` to be installed on your system):

Expand Down
2 changes: 1 addition & 1 deletion ci.multibranch.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ stage('publish to github') {
def artifactName = artifactPath.split('/').last()
sh """
github-release upload \
--user human-web \
--user ghostery \
--repo user-agent-desktop \
--tag "${params.ReleaseName}" \
--name "${artifactName}" \
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/human-web/user-agent-desktop.git"
"url": "git+https://github.com/ghostery/user-agent-desktop.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/human-web/user-agent-desktop/issues"
"url": "https://github.com/ghostery/user-agent-desktop/issues"
},
"homepage": "https://github.com/human-web/user-agent-desktop#readme",
"homepage": "https://github.com/ghostery/user-agent-desktop#readme",
"devDependencies": {
"appdmg": "^0.6.0",
"chalk": "^4.1.0",
Expand Down

1 comment on commit 91cb63e

@2br-2b
Copy link
Contributor

@2br-2b 2br-2b commented on 91cb63e Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had wondered what that was! Thanks!

Please sign in to comment.