Fix license attribute in ttysnoop
This commit is contained in:
parent
de3aada0fa
commit
6e3b2c49e0
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = "A tool to clone input and output of another tty/pty to the current one";
|
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];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user