1
0
Fork 0

Rename project

This commit is contained in:
Alex Kotov 2020-10-21 12:35:07 +05:00
parent 629ffcc361
commit e5e8cb63bb
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
4 changed files with 9 additions and 9 deletions

2
Cargo.lock generated
View File

@ -302,7 +302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fedihub-registry"
name = "fedihub-website"
version = "0.0.0"
dependencies = [
"bcrypt",

View File

@ -1,12 +1,12 @@
[package]
name = "fedihub-registry"
name = "fedihub-website"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
description = "User registry"
description = "Our website"
readme = "README.md"
homepage = "https://fedihub.com"
repository = "https://github.com/fedihubcom/registry"
repository = "https://github.com/fedihubcom/website.git"
license-file = "LICENSE"
keywords = ["web"]
categories = []

View File

@ -1,2 +1,2 @@
fedihub-registry
================
fedihub-website
===============

View File

@ -1,9 +1,9 @@
{
"name": "fedihub-registry",
"name": "fedihub-website",
"version": "0.0.0",
"description": "User registry",
"description": "Our website",
"main": "src/assets/javascripts/index.js",
"repository": "https://github.com/fedihubcom/registry.git",
"repository": "https://github.com/fedihubcom/website.git",
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true,