Fixed stupid syntax error in gnome-terminator's default.nix.

svn path=/nixpkgs/trunk/; revision=34196
This commit is contained in:
Rickard Nilsson 2012-05-21 15:45:03 +00:00
parent 61ef2ff439
commit 3724758a96

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "Gnome terminal emulator with support for tiling and tabs." description = "Gnome terminal emulator with support for tiling and tabs.";
homepage = http://www.tenshu.net/p/terminator.html; homepage = http://www.tenshu.net/p/terminator.html;
license = "GPLv2"; license = "GPLv2";
}; };