Rename project
This commit is contained in:
parent
629ffcc361
commit
e5e8cb63bb
4 changed files with 9 additions and 9 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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 = []
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
fedihub-registry
|
||||
================
|
||||
fedihub-website
|
||||
===============
|
||||
|
|
|
@ -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,
|
||||
|
|
Reference in a new issue