leo-editor: 6.7.3 -> 6.7.4

This commit is contained in:
kashw2
2023-09-04 08:27:56 +10:00
parent 7dc149cf8b
commit 718a40cd48
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "leo-editor";
version = "6.7.3";
version = "6.7.4";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-yzYcdKFhpvxmqzxXMpsdySMk3pLd+ve87W0y2epZoqQ=";
sha256 = "sha256-YKK46PeCMOTNOTpMrIgem+Au70Xj+tTHxOhC8alF3ms=";
};
dontBuild = true;
@@ -60,7 +60,7 @@ mkDerivation rec {
description = "A powerful folding editor";
longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers.";
license = licenses.mit;
maintainers = with maintainers; [ leonardoce ];
maintainers = with maintainers; [ leonardoce kashw2 ];
mainProgram = "leo";
};
}