root: update homepage

We try to promote the URL that is just `root.cern` nowadays.
This commit is contained in:
Jonas Rembser
2024-05-05 23:32:17 +02:00
parent cdefff65b8
commit db942c10c8
@@ -256,7 +256,7 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
meta = with lib; {
homepage = "https://root.cern.ch/";
homepage = "https://root.cern/";
description = "A data analysis framework";
platforms = platforms.unix;
maintainers = [ maintainers.guitargeek maintainers.veprbl ];