tremc: set license to GPL 3+

gstqt5
rnhmjoj 2020-10-14 09:28:34 +02:00
parent a92c678c3f
commit c3e6fbe81e
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}