Skip to content

Commit 81dd4ce

Browse files
meta: updated URLs from personal to organization
1 parent 5e3fc7d commit 81dd4ce

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ jobs:
134134
files: acpr-rate-limit-postgresql.tgz
135135
body:
136136
You can view the changelog
137-
[here](https://github.com/adrianprelipcean/express-rate-limit-postgresql/blob/master/changelog.md).
137+
[here](https://github.com/express-rate-limit/express-rate-limit-postgresql/blob/master/changelog.md).

changelog.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [1.3.2](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.3.2)
9+
## [1.3.2](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.3.2)
1010

1111
### Added
1212

1313
- Enabled provenance statement generation, see
1414
https://github.com/express-rate-limit/express-rate-limit#406.
1515

16-
## [1.3.1](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.3.1)
16+
## [1.3.1](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.3.1)
1717

1818
### Changed
1919

@@ -22,32 +22,32 @@ and this project adheres to
2222
and
2323
[sqlfluff](https://github.com/express-rate-limit/rate-limit-postgresql/security/dependabot/2)
2424

25-
## [1.3.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.3.0)
25+
## [1.3.0](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.3.0)
2626

2727
### Changed
2828

2929
- Stores call stored procedures instead of raw SQL
3030

31-
## [1.2.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.2.0)
31+
## [1.2.0](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.2.0)
3232

3333
### Changed
3434

3535
- `express-rate-limit` moved from `dependencies` to `peerDependencies`
3636

37-
## [1.1.1](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.1.1)
37+
## [1.1.1](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.1.1)
3838

3939
### Added
4040

4141
- Refactored `name` to `prefix` according the
4242
[[email protected]](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.11.1)
4343

44-
## [1.1.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.1.0)
44+
## [1.1.0](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.1.0)
4545

4646
### Added
4747

4848
- Using [pkgroll](https://github.com/privatenumber/pkgroll) to bundle library
4949

50-
## [1.0.2](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.0.2)
50+
## [1.0.2](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.0.2)
5151

5252
### Added
5353

contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and [`clone`](https://github.com/git-guides/git-clone) the repository
2626
(`adrianprelipcean/express-rate-limit-postgresql`).
2727

2828
Once you have forked and cloned the repository, you can
29-
[pick out an issue](https://github.com/adrianprelipcean/express-rate-limit-postgresql/issues)
29+
[pick out an issue](https://github.com/express-rate-limit/express-rate-limit-postgresql/issues)
3030
you want to fix/implement!
3131

3232
## Making Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@acpr/rate-limit-postgresql",
33
"version": "1.3.2",
44
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
5-
"homepage": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
6-
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
5+
"homepage": "https://github.com/express-rate-limit/rate-limit-postgresql",
6+
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
77
"author": {
88
"name": "Adrian C. Prelipcean"
99
},

third_party_licenses/dev_detailed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@acpr/[email protected]": {
33
"licenses": "MIT",
4-
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
4+
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"
66
},
77
"@cspotcode/[email protected]": {

third_party_licenses/production_detailed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@acpr/[email protected]": {
33
"licenses": "MIT",
4-
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
4+
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"
66
},
77
"@types/[email protected]": {

0 commit comments

Comments
 (0)