3
0
Fork 0
forked from mirrors/nixpkgs

shadowsocks-rust: add changelog to meta

This commit is contained in:
Mario Rodas 2023-01-03 04:20:00 +00:00
parent 1c6497ec05
commit 8d82e8eacc

View file

@ -34,8 +34,9 @@ rustPlatform.buildRustPackage rec {
];
meta = with lib; {
description = "A Rust port of Shadowsocks";
homepage = "https://github.com/shadowsocks/shadowsocks-rust";
description = "A Rust port of shadowsocks";
changelog = "https://github.com/shadowsocks/shadowsocks-rust/raw/v${version}/debian/changelog";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
};