summary refs log tree commit diff
path: root/pkgs/applications/window-managers/tabbed/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/tabbed/default.nix')
-rw-r--r--pkgs/applications/window-managers/tabbed/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/tabbed/default.nix b/pkgs/applications/window-managers/tabbed/default.nix
index 2dec3b2241f..82539b940b8 100644
--- a/pkgs/applications/window-managers/tabbed/default.nix
+++ b/pkgs/applications/window-managers/tabbed/default.nix
@@ -18,11 +18,11 @@ stdenv.mkDerivation rec {
     export makeFlags="PREFIX=$out"
   '';
  
-  meta = {
+  meta = with stdenv.lib; {
     homepage = http://tools.suckless.org/tabbed;
     description = "Simple generic tabbed fronted to xembed aware applications";
-    license="MIT";
-    maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    license = with licenses; mit;
+    maintainers = with maintainers; [ viric ];
+    platforms = with platforms; linux;
   };
 }