icl: add homepage

jopejoe1 3fdf9433 89dd281d

+1
+1
pkgs/by-name/lc/lci/package.nix
··· 14 14 buildInputs = [ readline ]; 15 15 meta = { 16 16 description = "Lambda calculus interpreter"; 17 + homepage = "https://www.chatzi.org/lci/"; 17 18 mainProgram = "lci"; 18 19 maintainers = with lib.maintainers; [ raskin ]; 19 20 platforms = with lib.platforms; linux;