Commit db942c10 authored by Jonas Rembser's avatar Jonas Rembser
Browse files

root: update homepage

We try to promote the URL that is just `root.cern` nowadays.
parent cdefff65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];