about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-10-14 09:28:34 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-10-14 09:28:34 +0200
commitc3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd (patch)
treeb8e059a0952719854505d064f533ab3f29f11c72
parenta92c678c3f8a94eb892acf5cc3fd005fc86b92d6 (diff)
tremc: set license to GPL 3+
-rw-r--r--pkgs/applications/networking/p2p/tremc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/tremc/default.nix b/pkgs/applications/networking/p2p/tremc/default.nix
index 0cb8b228e26d4..485366afe939a 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;
   };
 }