git-dit: fix evaluation
cc @Profpatsch
This commit is contained in:
parent
e1656bc46d
commit
ae1c0add81
@ -36,8 +36,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
inherit (src.meta) homepage;
|
||||||
description = "Decentralized Issue Tracking for git";
|
description = "Decentralized Issue Tracking for git";
|
||||||
inherit (src) homepage;
|
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ profpatsch matthiasbeyer ];
|
maintainers = with maintainers; [ profpatsch matthiasbeyer ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user