ocamlPackages.cil: update homepage

Changed files
+1 -1
pkgs
development
ocaml-modules
+1 -1
pkgs/development/ocaml-modules/cil/default.nix
···
prefixKey = "-prefix=";
meta = with lib; {
-
homepage = "http://kerneis.github.io/cil/";
+
homepage = "https://sourceforge.net/projects/cil/";
description = "Front-end for the C programming language that facilitates program analysis and transformation";
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];