summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-19 08:26:43 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-19 08:26:43 +0000
commit4ec6e0c935d08400e249ddfef611ebb252f0ee12 (patch)
tree2df8f2d76d108962b35b0510254d635ecf49fbef /pkgs/applications/networking/p2p
parent7862ef25a9468f79931b2952fa02c4e2490b47e4 (diff)
downloadnixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar.gz
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar.bz2
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar.lz
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar.xz
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.tar.zst
nixpkgs-4ec6e0c935d08400e249ddfef611ebb252f0ee12.zip
mldonkey: adds license information
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/mldonkey/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/mldonkey/default.nix b/pkgs/applications/networking/p2p/mldonkey/default.nix
index 57ea6248531..9813393c4b5 100644
--- a/pkgs/applications/networking/p2p/mldonkey/default.nix
+++ b/pkgs/applications/networking/p2p/mldonkey/default.nix
@@ -11,6 +11,7 @@ stdenv.mkDerivation (rec {
   meta = {
     description = "Client for many p2p networks, with multiple frontends";
     homepage = http://mldonkey.sourceforge.net/;
+    license = stdenv.lib.licenses.gpl2;
   };
 
   buildInputs = [ ocaml zlib ncurses bzip2 file gd libpng ];