timeline: remove with lib
This commit is contained in:
parent
0eb63e43ad
commit
1d73899838
@ -91,16 +91,16 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://thetimelineproj.sourceforge.net/";
|
homepage = "https://thetimelineproj.sourceforge.net/";
|
||||||
changelog = "https://thetimelineproj.sourceforge.net/changelog.html";
|
changelog = "https://thetimelineproj.sourceforge.net/changelog.html";
|
||||||
description = "Display and navigate information on a timeline";
|
description = "Display and navigate information on a timeline";
|
||||||
mainProgram = "timeline";
|
mainProgram = "timeline";
|
||||||
license = with licenses; [
|
license = with lib.licenses; [
|
||||||
gpl3Only
|
gpl3Only
|
||||||
cc-by-sa-30
|
cc-by-sa-30
|
||||||
];
|
];
|
||||||
platforms = with platforms; unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [ davidak ];
|
maintainers = with lib.maintainers; [ davidak ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user