From 419728023eadee5c9d8c7c19f0d251d1e1ef6260 Mon Sep 17 00:00:00 2001 From: Alexander Bukhalo Date: Wed, 30 Dec 2020 20:37:11 +0300 Subject: [PATCH] chore(): update author info --- .all-contributorsrc | 8 ++++---- .github/FUNDING.yml | 7 +------ LICENSE.md | 2 +- README.md | 12 ++++++------ package.json | 10 +++++----- website/docusaurus.config.js | 8 ++++---- 6 files changed, 21 insertions(+), 26 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 001e148..c28dfb9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -35,10 +35,10 @@ ] }, { - "login": "evilsprut", - "name": "Aleksandr Bukhalo", + "login": "bukhalo", + "name": "Alexander Bukhalo", "avatar_url": "https://avatars2.githubusercontent.com/u/14031838?v=4", - "profile": "https://evilsprut.com/", + "profile": "https://bukhalo.com/", "contributions": [ "code", "doc", @@ -57,7 +57,7 @@ ], "contributorsPerLine": 7, "projectName": "nestjs-telegraf", - "projectOwner": "evilsprut", + "projectOwner": "bukhalo", "repoType": "github", "repoHost": "https://github.com", "skipCi": true diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c26b874..7f67c92 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1 @@ -patreon: 'evilsprut' -open_collective: 'evilsprut' -ko_fi: 'evilsprut' -liberapay: 'evilsprut' -custom: - ['https://paypal.me/evilsprutcom', 'https://www.tinkoff.ru/sl/95M2htqoxux'] +custom: ['https://www.tinkoff.ru/sl/95M2htqoxux'] diff --git a/LICENSE.md b/LICENSE.md index 653c5ec..ea14a4f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - present Aleksandr Bukhalo (hey@evilsprut.com) +Copyright (c) 2019 - present Alexander Bukhalo (a@bukhalo.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c41d94e..161706d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # NestJS Telegraf ![npm](https://img.shields.io/npm/dm/nestjs-telegraf) -![GitHub last commit](https://img.shields.io/github/last-commit/evilsprut/nestjs-telegraf) +![GitHub last commit](https://img.shields.io/github/last-commit/bukhalo/nestjs-telegraf) ![NPM](https://img.shields.io/npm/l/nestjs-telegraf) [Telegraf](https://github.com/telegraf/telegraf) module for [NestJS](https://github.com/nestjs/nest). @@ -81,11 +81,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - + + + + +

Eldar Salimzebarov

🐛

Vito Macchia

💻 🐛

KITAHARA SETSUNA

💻 🐛

Aleksandr Bukhalo

💻 📖 👀

Vyacheslav Saloid

🐛

Eldar Salimzebarov

🐛

Vito Macchia

💻 🐛

KITAHARA SETSUNA

💻 🐛

Alexander Bukhalo

💻 📖 👀

Vyacheslav Saloid

🐛
diff --git a/package.json b/package.json index b2efb71..d87b472 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ "bot api", "bot framework" ], - "homepage": "https://github.com/evilsprut/nestjs-telegraf#readme", + "homepage": "https://github.com/bukhalo/nestjs-telegraf#readme", "bugs": { - "url": "https://github.com/evilsprut/nestjs-telegraf/issues" + "url": "https://github.com/bukhalo/nestjs-telegraf/issues" }, "license": "MIT", - "author": "Aleksandr Bukhalo ", + "author": "Alexander Bukhalo ", "contributors": [ - "Aleksandr Bukhalo (https://evilsprut.com/)" + "Alexander Bukhalo (https://bukhalo.com/)" ], - "repository": "git@github.com:evilsprut/nestjs-telegraf.git", + "repository": "git@github.com:bukhalo/nestjs-telegraf.git", "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "precommit": "lint-staged", diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 6cd55c8..b27373e 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -5,7 +5,7 @@ module.exports = { baseUrl: '/', onBrokenLinks: 'throw', favicon: 'img/favicon.ico', - organizationName: 'evilsprut', // Usually your GitHub org/user name. + organizationName: 'bukhalo', // Usually your GitHub org/user name. projectName: 'nestjs-telegraf', // Usually your repo name. themeConfig: { navbar: { @@ -27,7 +27,7 @@ module.exports = { }, // {to: 'blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/evilsprut/nestjs-telegraf', + href: 'https://github.com/bukhalo/nestjs-telegraf', label: 'GitHub', position: 'right', }, @@ -91,7 +91,7 @@ module.exports = { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. editUrl: - 'https://github.com/evilsprut/nestjs-telegraf/edit/master/website/', + 'https://github.com/bukhalo/nestjs-telegraf/edit/master/website/', showLastUpdateAuthor: true, showLastUpdateTime: true, }, @@ -99,7 +99,7 @@ module.exports = { // showReadingTime: true, // // Please change this to your repo. // editUrl: - // 'https://github.com/evilsprut/nestjs-telegraf/edit/master/website/blog/', + // 'https://github.com/bukhalo/nestjs-telegraf/edit/master/website/blog/', // }, theme: { customCss: require.resolve('./src/css/custom.css'),