about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-10-24 12:50:15 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-10-24 12:50:15 +0200
commite42e4cfbd9753819f4852a41708c23c7bc3ada8d (patch)
tree4b98b9d384cdf25d93c906b3dd1c5216d3ce58e5 /pkgs/development/tools
parentf8af597f0cc53324e1e5b15314ac19c1229edcb5 (diff)
downloadnixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar.gz
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar.bz2
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar.lz
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar.xz
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.tar.zst
nixlib-e42e4cfbd9753819f4852a41708c23c7bc3ada8d.zip
Meson: tidy up, untabify
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/meson/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/build-managers/meson/default.nix b/pkgs/development/tools/build-managers/meson/default.nix
index fa4884ad3168..4a79000389f3 100644
--- a/pkgs/development/tools/build-managers/meson/default.nix
+++ b/pkgs/development/tools/build-managers/meson/default.nix
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://mesonbuild.com";
-	description = "SCons-like build system that use python as a front-end language and Ninja as a building backend";
-	license = stdenv.lib.licenses.asl20;
-	maintainers = [ stdenv.lib.maintainers.mbe ];
+    description = "SCons-like build system that use python as a front-end language and Ninja as a building backend";
+    license = stdenv.lib.licenses.asl20;
+    maintainers = [ stdenv.lib.maintainers.mbe ];
   };
 }