tremc: set license to GPL 3+
This commit is contained in:
parent
a92c678c3f
commit
c3e6fbe81e
@ -44,6 +44,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Curses interface for transmission";
|
description = "Curses interface for transmission";
|
||||||
homepage = "https://github.com/tremc/tremc";
|
homepage = "https://github.com/tremc/tremc";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user