git-dit: fix evaluation
cc @Profpatsch
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user