tremc: set license to GPL 3+

wip/yesman
rnhmjoj 4 years ago
parent a92c678c3f
commit c3e6fbe81e
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 2
      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;
};
}

Loading…
Cancel
Save