update catalog with fixes

This commit is contained in:
xenia 2025-10-09 20:20:58 -04:00
parent 5a1c7084be
commit 2a1898dedd
18 changed files with 18 additions and 18 deletions

View File

@ -22,7 +22,7 @@
description = "A library to make it easy to write colorized and styled output in terminals that support ANSI escape codes (most command lines).";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = ((lib).licenses).lgpl3Plus;
license = [(((lib).licensesSpdx)."LGPL-3.0-or-later")];
homepage = "https://github.com/renatoathaydes/ansi-color/tree/HEAD/README.md";
};
})

View File

@ -21,6 +21,6 @@
description = "fork of `parser-tools-lib` for Beautiful Racket";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).lgpl3Plus)];
license = [(((lib).licensesSpdx)."LGPL-3.0-or-later")];
};
})

View File

@ -22,6 +22,6 @@
description = "";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."MIT")];
};
})

View File

@ -23,6 +23,6 @@
description = "API for BCP47 extensions to CLDR";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
};
})

View File

@ -23,6 +23,6 @@
description = "API for cldr-core data set";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
};
})

View File

@ -23,6 +23,6 @@
description = "API for cldr-dates-modern data set";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
};
})

View File

@ -23,6 +23,6 @@
description = "API for cldr-localenames-modern data set";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
};
})

View File

@ -23,6 +23,6 @@
description = "API for cldr-numbers-modern data set";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit) (((lib).licenses).unicodeTOU)];
license = [(((lib).licensesSpdx)."MIT") (((lib).licensesSpdx)."Unicode-TOU")];
};
})

View File

@ -22,6 +22,6 @@
description = "Scala-style anonymous functions";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."MIT")];
};
})

View File

@ -23,7 +23,7 @@
description = "An extensible code formatter for Racket";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/sorawee/fmt/tree/HEAD/README.md";
};
})

View File

@ -29,7 +29,7 @@
description = "Code part of the gregor date and time library";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/97jaz/gregor/tree/HEAD/README.md";
};
})

View File

@ -22,7 +22,7 @@
description = "Macros similar to Swift's \"guard statements\".";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/jackfirth/guard/tree/HEAD/README.md";
};
})

View File

@ -22,7 +22,7 @@
description = "core library for memoize";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/jbclements/memoize/tree/master/README.md";
};
})

View File

@ -23,7 +23,7 @@
description = "A database migration tool.";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).bsd3)];
license = [(((lib).licensesSpdx)."BSD-3-Clause")];
homepage = "https://github.com/Bogdanp/racket-north/tree/HEAD/README.md";
};
})

View File

@ -22,7 +22,7 @@
description = "A pretty expressive printer";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).asl20) (((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."Apache-2.0") (((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/sorawee/pretty-expressive/tree/main/README.md";
};
})

View File

@ -23,7 +23,7 @@
description = "A collection of infrastructure libraries";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).asl20)];
license = [(((lib).licensesSpdx)."Apache-2.0")];
homepage = "https://github.com/jackfirth/rebellion/tree/HEAD/README.md";
};
})

View File

@ -28,7 +28,7 @@
description = "A refactoring tool built on top of syntax-parse.";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).asl20)];
license = [(((lib).licensesSpdx)."Apache-2.0")];
homepage = "https://github.com/jackfirth/resyntax/tree/HEAD/README.md";
mainProgram = "resyntax";
};

View File

@ -23,7 +23,7 @@
description = "API for querying the IANA tz database";
sourceProvenance = [(((lib).sourceTypes).fromSource)];
broken = false;
license = [(((lib).licenses).mit)];
license = [(((lib).licensesSpdx)."MIT")];
homepage = "https://github.com/97jaz/tzinfo/tree/HEAD/README.md";
};
})