icl: add homepage

This commit is contained in:
jopejoe1
2025-03-22 12:09:56 +01:00
parent 89dd281d51
commit 3fdf94339e
+1
View File
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ readline ];
meta = {
description = "Lambda calculus interpreter";
homepage = "https://www.chatzi.org/lci/";
mainProgram = "lci";
maintainers = with lib.maintainers; [ raskin ];
platforms = with lib.platforms; linux;