Loading pkgs/tools/networking/shadowsocks-rust/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/tools/networking/shadowsocks-rust/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading