Skip to content

Commit 4ebf878

Browse files
committed
Change root repo
1 parent a419393 commit 4ebf878

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Joachim Viide
3+
Copyright (c) 2022 Badrap Oy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sorted-queue ![](https://github.com/jviide/sorted-queue/workflows/tests/badge.svg) [![npm](https://img.shields.io/npm/v/sorted-queue.svg)](https://www.npmjs.com/package/sorted-queue)
1+
# sorted-queue ![](https://github.com/badrap/sorted-queue/workflows/tests/badge.svg) [![npm](https://img.shields.io/npm/v/sorted-queue.svg)](https://www.npmjs.com/package/sorted-queue)
22

33
A sorted queue, based on an array-backed binary heap.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"source": "index.ts",
8-
"repository": "jviide/sorted-queue",
8+
"repository": "badrap/sorted-queue",
99
"author": "Joachim Viide <jviide@iki.fi>",
1010
"license": "MIT",
1111
"scripts": {

0 commit comments

Comments
 (0)