Commit d335849f authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

apfelgrid: Switch homepage to https

parent d4cd00c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };