summary refs log tree commit diff
path: root/pkgs/applications/window-managers/tabbed
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-25 20:11:32 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-25 20:11:32 +0000
commit0589bffdf4b249961ed6ad4a932923ab003b5d8f (patch)
treef9e1d10d970da549399a7fcb85c1c3e3f08db6b9 /pkgs/applications/window-managers/tabbed
parentf389901fd252abbaec6f97900c09dccf0f42d57f (diff)
downloadnixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar.gz
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar.bz2
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar.lz
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar.xz
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.tar.zst
nixpkgs-0589bffdf4b249961ed6ad4a932923ab003b5d8f.zip
Typo of semicolon.
svn path=/nixpkgs/trunk/; revision=33415
Diffstat (limited to 'pkgs/applications/window-managers/tabbed')
-rw-r--r--pkgs/applications/window-managers/tabbed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/tabbed/default.nix b/pkgs/applications/window-managers/tabbed/default.nix
index 79d00cb823e..3ab950bf4d0 100644
--- a/pkgs/applications/window-managers/tabbed/default.nix
+++ b/pkgs/applications/window-managers/tabbed/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://tools.suckless.org/tabbed;
     description = "Simple generic tabbed fronted to xembed aware applications";
-    license="MIT"
+    license="MIT";
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
   };