Merge pull request #109617 from LeSuisse/arb-https-permanent-redirect
arb: update permanently redirected homepage URL
This commit is contained in:
commit
bee34b9f74
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
doCheck = true;
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = "A library for arbitrary-precision interval arithmetic";
|
||||
homepage = "http://arblib.org/";
|
||||
homepage = "https://arblib.org/";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
maintainers = teams.sage.members;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue