diff --git a/.all-contributorsrc b/.all-contributorsrc index 89a7706..001e148 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -35,10 +35,10 @@ ] }, { - "login": "bukhalo", + "login": "evilsprut", "name": "Aleksandr Bukhalo", "avatar_url": "https://avatars2.githubusercontent.com/u/14031838?v=4", - "profile": "https://bukhalo.com/", + "profile": "https://evilsprut.com/", "contributions": [ "code", "doc", @@ -57,7 +57,7 @@ ], "contributorsPerLine": 7, "projectName": "nestjs-telegraf", - "projectOwner": "bukhalo", + "projectOwner": "evilsprut", "repoType": "github", "repoHost": "https://github.com", "skipCi": true diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 0e05082..c26b874 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,5 +1,6 @@ -patreon: 'donbot_dev' -open_collective: 'donbot_dev' -ko_fi: 'donbot_dev' -liberapay: 'donbot_dev' -custom: ['https://paypal.me/donbotdev', 'https://www.tinkoff.ru/sl/95M2htqoxux'] +patreon: 'evilsprut' +open_collective: 'evilsprut' +ko_fi: 'evilsprut' +liberapay: 'evilsprut' +custom: + ['https://paypal.me/evilsprutcom', 'https://www.tinkoff.ru/sl/95M2htqoxux'] diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 963b673..afcf8a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: # Configuration for npm - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "daily" + interval: 'daily' reviewers: - - "bukhalo" + - 'evilsprut' assignees: - - "bukhalo" + - 'evilsprut' diff --git a/LICENSE.md b/LICENSE.md index b76d197..653c5ec 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - present Bukhalo Aleksandr Aleksandrovich +Copyright (c) 2019 - present Aleksandr Bukhalo (hey@evilsprut.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 b3cac93..c41d94e 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/bukhalo/nestjs-telegraf) +![GitHub last commit](https://img.shields.io/github/last-commit/evilsprut/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). @@ -72,20 +72,6 @@ export class AppService { } ``` -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## People - -- Authors - [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/) -- Maintainers - [Aleksandr Bukhalo](https://bukhalo.com/) -- Website - [https://nestjs.com](https://nestjs.com/) - -## License - -Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE). - ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -95,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

💻 🐛

Aleksandr Bukhalo

💻 📖 👀

Vyacheslav Saloid

🐛
diff --git a/package.json b/package.json index 5a4e2fe..2663edb 100644 --- a/package.json +++ b/package.json @@ -14,17 +14,16 @@ "bot api", "bot framework" ], - "homepage": "https://github.com/bukhalo/nestjs-telegraf#readme", + "homepage": "https://github.com/evilsprut/nestjs-telegraf#readme", "bugs": { - "url": "https://github.com/bukhalo/nestjs-telegraf/issues" + "url": "https://github.com/evilsprut/nestjs-telegraf/issues" }, "license": "MIT", - "author": "Aleksandr Bukhalo ", + "author": "Aleksandr Bukhalo ", "contributors": [ - "Aleksandr Bukhalo (https://bukhalo.com/)", - "Igor Kamyshev (https://kamyshev.me/)" + "Aleksandr Bukhalo (https://evilsprut.com/)" ], - "repository": "git@github.com:bukhalo/nestjs-telegraf.git", + "repository": "git@github.com:evilsprut/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 b27373e..6cd55c8 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: 'bukhalo', // Usually your GitHub org/user name. + organizationName: 'evilsprut', // 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/bukhalo/nestjs-telegraf', + href: 'https://github.com/evilsprut/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/bukhalo/nestjs-telegraf/edit/master/website/', + 'https://github.com/evilsprut/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/bukhalo/nestjs-telegraf/edit/master/website/blog/', + // 'https://github.com/evilsprut/nestjs-telegraf/edit/master/website/blog/', // }, theme: { customCss: require.resolve('./src/css/custom.css'),