Update git repository URL

This commit is contained in:
Olivier Goffart 2022-02-08 08:26:21 +01:00
parent 28dd8f6294
commit 00ff5e21a7
62 changed files with 103 additions and 103 deletions

View file

@ -10,7 +10,7 @@ build = "build.rs"
# This is not meant to be used as a library from crate.io
publish = false
license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)"
repository = "https://github.com/sixtyfpsui/sixtyfps"
repository = "https://github.com/slint-ui/slint"
homepage = "https://sixtyfps.io"

View file

@ -1,11 +1,11 @@
{
"name": "slint-ui",
"version": "0.2.0",
"homepage": "https://github.com/sixtyfpsui/sixtyfps",
"homepage": "https://github.com/slint-ui/slint",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/sixtyfpsui/sixtyfps"
"url": "https://github.com/slint-ui/slint"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",