summary refs log tree commit diff
path: root/pkgs/development/tools/dtools
diff options
context:
space:
mode:
authorThomas Mader <thomas.mader@gmail.com>2017-08-27 19:07:15 +0200
committerThomas Mader <thomas.mader@gmail.com>2017-09-02 08:30:17 +0200
commit8a2a3dad80070d4a8fc05445a30b1176c2126133 (patch)
tree220fde1bc47fc113521204e33a52599feb2b325b /pkgs/development/tools/dtools
parent5a35b0707fb2c3204a86ae261c5208c31f53deb3 (diff)
downloadnixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar.gz
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar.bz2
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar.lz
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar.xz
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.tar.zst
nixpkgs-8a2a3dad80070d4a8fc05445a30b1176c2126133.zip
ldc: Init at 1.3.0
Diffstat (limited to 'pkgs/development/tools/dtools')
-rw-r--r--pkgs/development/tools/dtools/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/tools/dtools/default.nix b/pkgs/development/tools/dtools/default.nix
index 28d0c57f2e3..4d93eda24df 100644
--- a/pkgs/development/tools/dtools/default.nix
+++ b/pkgs/development/tools/dtools/default.nix
@@ -45,10 +45,11 @@ stdenv.mkDerivation rec {
     }
 	'';
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Ancillary tools for the D programming language compiler";
     homepage = https://github.com/dlang/tools;
     license = lib.licenses.boost;
+    maintainers = with maintainers; [ ThomasMader ];
     platforms = stdenv.lib.platforms.unix;
   };
 }