mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
sshuttle: clarify license, add changelog
This commit is contained in:
parent
ec6b159990
commit
8be6c852be
@ -49,14 +49,15 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/sshuttle/sshuttle/";
|
||||
description = "Transparent proxy server that works as a poor man's VPN";
|
||||
longDescription = ''
|
||||
Forward connections over SSH, without requiring administrator access to the
|
||||
target network (though it does require Python 2.7, Python 3.5 or later at both ends).
|
||||
Works with Linux and Mac OS and supports DNS tunneling.
|
||||
'';
|
||||
license = licenses.lgpl21;
|
||||
homepage = "https://github.com/sshuttle/sshuttle";
|
||||
changelog = "https://github.com/sshuttle/sshuttle/blob/v${version}/CHANGES.rst";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ domenkozar carlosdagos ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user