Unverified Commit fa2ed925 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

liberfa: set license to bsd3 (#512777)

parents 0e9fae94 b3ede4a1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Essential Routines for Fundamental Astronomy";
    homepage = "https://github.com/liberfa/erfa";
    maintainers = with lib.maintainers; [ mir06 ];
    license = {
      url = "https://github.com/liberfa/erfa/blob/master/LICENSE";
      free = true;
    };
    license = lib.licenses.bsd3;
  };
})