Merge pull request #152472 from jonringer/gf2x-homepage

gf2x: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 09:06:48 +08:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Routines for fast arithmetic in GF(2)[x]";
homepage = "http://gf2x.gforge.inria.fr";
homepage = "https://gitlab.inria.fr/gf2x/gf2x/";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;