zsync: change license to artistic2
Found in the overview section on http://zsync.moria.org.uk/
This commit is contained in:
parent
a70060d2e4
commit
c6519028fb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "http://zsync.moria.org.uk/";
|
||||
description = "File distribution system using the rsync algorithm";
|
||||
license = licenses.free;
|
||||
license = licenses.artistic2;
|
||||
maintainers = with maintainers; [ viric ];
|
||||
platforms = with platforms; all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue