From 6120ce18d4e09f6d25d587d3756ac9591a9eb1c5 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Wed, 13 Mar 2019 13:58:16 +0100 Subject: [PATCH] match with LICENSE file closes #31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 928a7e5..799ffb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" keywords = ["spotify", "ncurses", "librespot"] -license = "MIT" +license = "BSD-2-Clause" [badges] travis-ci = { repository = "hrkfdn/ncspot", branch = "master" }