Skip to content

Commit a8a109c

Browse files
committed
Update author, maintainer & assorted outdated .tech metadata & docs
1 parent a988408 commit a8a109c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTP Toolkit Desktop [![Build Status](https://github.com/httptoolkit/httptoolkit-desktop/workflows/CI/badge.svg)](https://github.com/httptoolkit/httptoolkit-desktop/actions)
22
===================
33

4-
This repo contains the desktop build setup for [HTTP Toolkit](https://httptoolkit.tech), a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.
4+
This repo contains the desktop build setup for [HTTP Toolkit](https://httptoolkit.com), a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.
55

66
Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at [github.com/httptoolkit/httptoolkit](https://github.com/httptoolkit/httptoolkit).
77

@@ -56,7 +56,7 @@ A few tips:
5656

5757
The HTTP Toolkit desktop application source code is licensed under AGPL-3.0, [as documented in this repo](/LICENSE).
5858

59-
The binary downloads available in this repo or from [httptoolkit.tech](https://httptoolkit.tech) however may be used under one of two licenses:
59+
The binary downloads available in this repo or from [httptoolkit.com](https://httptoolkit.com) however may be used under one of two licenses:
6060

6161
* [AGPL-3.0](/LICENSE), for those who want to modify and redistribute them, within the constraints of that license.
6262
* [Creative Commons Attribution-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nd/4.0/) for those who don't need those rights and want to avoid any concerns about AGPL licensing.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "httptoolkit-desktop",
33
"productName": "HTTP Toolkit",
44
"version": "1.19.5",
5-
"homepage": "https://httptoolkit.tech",
5+
"homepage": "https://httptoolkit.com",
66
"private": true,
77
"description": "HTTP(S) debugging, development & testing tool",
88
"main": "build/index.js",
@@ -30,7 +30,8 @@
3030
"productName": "HTTP Toolkit",
3131
"extraMetadata": {
3232
"name": "httptoolkit",
33-
"productName": "httptoolkit"
33+
"productName": "httptoolkit",
34+
"author": "Toolshed Labs SLU"
3435
},
3536
"files": [
3637
"**/*",
@@ -90,7 +91,7 @@
9091
"executableName": "httptoolkit",
9192
"category": "Development",
9293
"icon": "./src/icons/icon.svg",
93-
"maintainer": "contact@httptoolkit.tech",
94+
"maintainer": "contact@httptoolkit.com",
9495
"desktop": {
9596
"entry": {
9697
"Name": "HTTP Toolkit",

src/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const getMenu = (browserWindows: Electron.BrowserWindow[]) => {
5252
submenu: [
5353
{
5454
label: 'Open Documentation',
55-
click () { require('electron').shell.openExternal('https://httptoolkit.tech/docs') }
55+
click () { require('electron').shell.openExternal('https://httptoolkit.com/docs') }
5656
},
5757
{
5858
label: 'Share Your Feedback',

0 commit comments

Comments
 (0)