From 6aa7ef1133a47921d9a55b046c8d43729def7429 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Sat, 11 Aug 2018 14:36:01 +0200 Subject: sshuttle: add license --- pkgs/tools/security/sshuttle/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/tools/security/sshuttle/default.nix b/pkgs/tools/security/sshuttle/default.nix index c3bf4f69a46d..ac21097a09f5 100644 --- a/pkgs/tools/security/sshuttle/default.nix +++ b/pkgs/tools/security/sshuttle/default.nix @@ -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; }; -- cgit 1.4.1