diff --git a/LICENSE.md b/LICENSE.md index ea14a4f..48fad64 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - present Alexander Bukhalo (a@bukhalo.com) +Copyright (c) 2019 - present Hypeer (hello@hypeer.company) 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/package-lock.json b/package-lock.json index 5b2346d..7012d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,6 @@ "": { "name": "nestjs-telegraf", "version": "2.5.0", - "funding": [ - { - "type": "individual", - "url": "https://www.tinkoff.ru/sl/95M2htqoxux" - } - ], "license": "MIT", "dependencies": { "lodash": "^4.17.21" @@ -36,6 +30,9 @@ "typedoc": "0.22.18", "typescript": "4.4.4" }, + "funding": { + "url": "https://hypeer.company/donate" + }, "peerDependencies": { "@nestjs/common": "^6.7.0 || ^7.0.0 || ^8.0.0", "@nestjs/core": "^6.7.0 || ^7.0.0 || ^8.0.0", diff --git a/package.json b/package.json index f0a7cb6..c04e726 100644 --- a/package.json +++ b/package.json @@ -16,17 +16,12 @@ ], "homepage": "https://nestjs-telegraf.vercel.app/", "bugs": { - "url": "https://github.com/bukhalo/nestjs-telegraf/issues" + "url": "https://github.com/hypeertech/nestjs-telegraf/issues" }, - "repository": "git@github.com:bukhalo/nestjs-telegraf.git", - "funding": [ - { - "type": "individual", - "url": "https://www.tinkoff.ru/sl/95M2htqoxux" - } - ], + "repository": "git@github.com:hypeertech/nestjs-telegraf.git", + "funding": "https://hypeer.company/donate", "license": "MIT", - "author": "Alexander Bukhalo ", + "author": "Hypeer ", "contributors": [ { "name": "Arthur Asimov",