sshuttle: add license

This commit is contained in:
Markus Kowalewski 2018-08-11 14:36:01 +02:00
parent c2cfaec0c9
commit 6aa7ef1133
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -45,6 +45,7 @@ python3Packages.buildPythonApplication rec {
target network (though it does require Python 2 at both ends).
Works with Linux and Mac OS and supports DNS tunneling.
'';
license = licenses.gpl2;
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};