3
0
Fork 0
forked from mirrors/nixpkgs

mldonkey: adds license information

This commit is contained in:
Vincent Laporte 2014-11-19 08:26:43 +00:00
parent 7862ef25a9
commit 4ec6e0c935

View file

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