diff --git a/COPYRIGHT b/COPYRIGHT index e9bbe5a..d96cd50 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: envsubst -Source: https://github.com/lucab/envsubst-rs +Source: https://github.com/coreos/envsubst-rs Files: * -Copyright: 2019, Project contributors +Copyright: 2019-2022, Project contributors License: MIT or Apache-2.0 diff --git a/Cargo.toml b/Cargo.toml index 3081fa6..6701a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.1-alpha.0" description = "Variables substitution" license = "MIT/Apache-2.0" keywords = ["envsubst", "varsubst"] -authors = ["Luca Bruno "] -repository = "https://github.com/lucab/envsubst-rs" +authors = ["Luca Bruno "] +repository = "https://github.com/coreos/envsubst-rs" edition = "2018" exclude = [ ".gitignore", diff --git a/README.md b/README.md index 7253dd4..5b0a141 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # envsubst -[![Build Status](https://travis-ci.org/lucab/envsubst-rs.svg?branch=master)](https://travis-ci.org/lucab/envsubst-rs) [![crates.io](https://img.shields.io/crates/v/envsubst.svg)](https://crates.io/crates/envsubst) [![Documentation](https://docs.rs/envsubst/badge.svg)](https://docs.rs/envsubst)