Fix license attribute in ttysnoop

This commit is contained in:
Michael Raskin 2013-10-20 21:15:14 +04:00
parent de3aada0fa
commit 6e3b2c49e0

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation {
meta = {
inherit (s) version;
description = "A tool to clone input and output of another tty/pty to the current one";
license = stdenv.lib.licenses.gpl ;
license = stdenv.lib.licenses.gpl2 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
};