1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

lighttable: rename package LightTable to lighttable

This commit is contained in:
danbst 2015-03-14 18:33:05 +00:00
parent 5b947b82e6
commit 79e9ca33c8

View file

@ -14,7 +14,7 @@ in
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "LightTable-${version}";
name = "lighttable-${version}";
version = "0.7.2";
src =