tixati: unfree license

This commit is contained in:
volth 2017-10-21 07:30:22 +00:00 committed by GitHub
parent 318b3fb34e
commit bc2aaeb75c

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Torrent client";
homepage = http://www.tixati.com;
license = licenses.free;
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ volth ];
};