ncspot: add changelog to meta

This commit is contained in:
Mario Rodas 2023-06-11 04:20:00 +00:00
parent 3e5a369b07
commit a924438b1d

View File

@ -56,6 +56,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes";
homepage = "https://github.com/hrkfdn/ncspot";
changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = [ maintainers.marsam ];
};