apfelgrid: Switch homepage to https

This commit is contained in:
Silvan Mosberger 2023-11-09 19:00:13 +01:00
parent d4cd00c651
commit d335849f83

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Ultra-fast theory predictions for collider observables";
license = licenses.mit;
homepage = "http://nhartland.github.io/APFELgrid/";
homepage = "https://nhartland.github.io/APFELgrid/";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
};