diff --git a/pkgs/applications/networking/p2p/tremc/default.nix b/pkgs/applications/networking/p2p/tremc/default.nix index 0cb8b228e26..485366afe93 100644 --- a/pkgs/applications/networking/p2p/tremc/default.nix +++ b/pkgs/applications/networking/p2p/tremc/default.nix @@ -44,6 +44,6 @@ python3Packages.buildPythonApplication rec { meta = with stdenv.lib; { description = "Curses interface for transmission"; homepage = "https://github.com/tremc/tremc"; - license = licenses.gpl3; + license = licenses.gpl3Plus; }; }