liberfa: set license to bsd3 (#512777)

This commit is contained in:
Jo
2026-05-02 18:47:22 +00:00
committed by GitHub
+1 -4
View File
@@ -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;
};
})