Commit 3fdf9433 authored by jopejoe1's avatar jopejoe1
Browse files

icl: add homepage

parent 89dd281d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;