Skip to content

Commit

Permalink
Change repository link to GitHub mirror in npm package file
Browse files Browse the repository at this point in the history
  • Loading branch information
aral committed Jul 10, 2020
1 parent f27fecd commit 17c4217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.3 - 2020-07-10

### Changed

- Update source code repository in npm package to point to GitHub mirror. (The GitHub mirror is the public repository where we can accept issues and pull requests. [The canonical repository](https://source.small-tech.org/site.js/lib/auto-encrypt) is on our own server where we do not accept sign ups as we don’t want it to become yet another centralised host.)

## [2.0.2] - 2020-07-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@small-tech/auto-encrypt",
"version": "2.0.2",
"version": "2.0.3",
"description": "Adds automatic provisioning and renewal of Let’s Encrypt TLS certificates with OCSP Stapling to Node.js https servers (including Express.js, etc.)",
"keywords": [
"let's encrypt",
Expand All @@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "https://source.small-tech.org/site.js/lib/auto-encrypt.git"
"url": "https://github.com/small-tech/auto-encrypt.git"
},
"scripts": {
"test": "PEBBLE_VA_NOSLEEP=1 PEBBLE_WFE_NONCEREJECT=0 QUIET=true tape 'test/**/*.js' | tap-spec",
Expand Down

0 comments on commit 17c4217

Please sign in to comment.