update URLs to forget hissvn organization

This commit is contained in:
2021-07-23 17:12:01 -06:00
parent 2bc1652027
commit d81d5e5b8c
7 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
*A type-safe, compiled Lisp for Haxe programs* *A type-safe, compiled Lisp for Haxe programs*
[![Build Status](https://github.com/hissvn/kisslang/actions/workflows/test.yml/badge.svg)](https://github.com/hissvn/kisslang/actions/workflows/test.yml) [![Build Status](https://github.com/NQNStudios/kisslang/actions/workflows/test.yml/badge.svg)](https://github.com/NQNStudios/kisslang/actions/workflows/test.yml)
## What is Kiss? ## What is Kiss?

View File

@@ -1,6 +1,6 @@
{ {
"name": "kiss", "name": "kiss",
"url": "https://github.com/hissvn/kisslang", "url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL", "license": "LGPL",
"tags": ["cross"], "tags": ["cross"],
"description": "", "description": "",

View File

@@ -1,6 +1,6 @@
{ {
"name": "template", "name": "template",
"url": "https://github.com/hissvn/kisslang", "url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL", "license": "LGPL",
"tags": [], "tags": [],
"description": "", "description": "",

View File

@@ -1,6 +1,6 @@
{ {
"name": "asciilib", "name": "asciilib",
"url": "https://github.com/hissvn/kisslang", "url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL", "license": "LGPL",
"tags": ["cross"], "tags": ["cross"],
"description": "", "description": "",

View File

@@ -72,7 +72,7 @@
"publisher": "NQNStudios", "publisher": "NQNStudios",
"repository": { "repository": {
"type:": "git", "type:": "git",
"url": "https://github.com/hissvn/kisslang.git" "url": "https://github.com/NQNStudios/kisslang.git"
}, },
"homepage": "https://github.com/hissvn/kisslang/blob/master/projects/kiss-vscode/README.md" "homepage": "https://github.com/NQNStudios/kisslang/blob/master/projects/kiss-vscode/README.md"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "nat-archive-tool", "name": "nat-archive-tool",
"url": "https://github.com/hissvn/kisslang", "url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL", "license": "LGPL",
"tags": ["cross"], "tags": ["cross"],
"description": "", "description": "",

View File

@@ -7,7 +7,7 @@
"kiss": "", "kiss": "",
"nat-archive-tool": "" "nat-archive-tool": ""
}, },
"url": "https://github.com/hissvn/kisslang", "url": "https://github.com/NQNStudios/kisslang",
"contributors": [ "contributors": [
"NQNStudios" "NQNStudios"
], ],