about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
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 /pkgs/applications/networking/p2p
parenta92c678c3f8a94eb892acf5cc3fd005fc86b92d6 (diff)
downloadnixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar.gz
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar.bz2
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar.lz
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar.xz
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.tar.zst
nixlib-c3e6fbe81e9c5bf3b3cad5a7d4ad6d71914215dd.zip
tremc: set license to GPL 3+
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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 0cb8b228e26d..485366afe939 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;
   };
 }