git-dit: fix evaluation

cc @Profpatsch
This commit is contained in:
Franz Pletz 2017-02-25 11:48:22 +01:00
parent e1656bc46d
commit ae1c0add81
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -36,8 +36,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Decentralized Issue Tracking for git";
inherit (src) homepage;
license = licenses.gpl2;
maintainers = with maintainers; [ profpatsch matthiasbeyer ];
};