1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

lirc: add missing semicolon

This commit is contained in:
Luca Bruno 2014-08-31 02:17:19 +02:00
parent 2bee211fc9
commit efdb6ecb0c

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Allows to receive and send infrared signals";
homepage = http://www.lirc.org/;
license = licenses.gpl2;
platforms = platforms.linux
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
};
}