Commit f51b59e2 authored by Isidor Zeuner's avatar Isidor Zeuner
Browse files

gf2x: switch to inria gitlab as predicted before

parent f6261026
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -9,10 +9,8 @@ stdenv.mkDerivation rec {
  pname = "gf2x";
  version = "1.3.0";

  # upstream has plans to move to gitlab:
  # https://github.com/NixOS/nixpkgs/pull/45299#issuecomment-564477936
  src = fetchgit {
    url = "https://scm.gforge.inria.fr/anonscm/git/gf2x/gf2x.git";
    url = "https://gitlab.inria.fr/gf2x/gf2x";
    rev = "gf2x-${version}";
    sha256 = "04g5jg0i4vz46b4w2dvbmahwzi3k6b8g515mfw7im1inc78s14id";
  };