lirc: add missing semicolon
This commit is contained in:
parent
2bee211fc9
commit
efdb6ecb0c
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Allows to receive and send infrared signals";
|
description = "Allows to receive and send infrared signals";
|
||||||
homepage = http://www.lirc.org/;
|
homepage = http://www.lirc.org/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user