From 2d7d0e8d103471d760ff86e6986b10cb445f7d85 Mon Sep 17 00:00:00 2001 From: carla Date: Thu, 5 Mar 2020 17:31:02 +0200 Subject: [PATCH] readme: update license and remove status Update license to point to correct repository. Remove status from readme because it is not available for private repos. Update year in license. --- LICENSE | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 406df9e..7d04380 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Lightning Labs +Copyright (c) 2020 Lightning Labs 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 8cfd994..dc04e95 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ## governator -[![Build Status](https://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightninglabs/governator/blob/master/LICENSE) The governator is an external service intended to be run in conjunction with the [lnd](https://github.com/lightningnetwork/lnd) implementation of the [Lightning Network](https://lightning.network). It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing.