python313Packages.lib4package: fix description typo

This commit is contained in:
Pol Dellaiera
2025-06-24 09:40:13 +02:00
parent 37a725b5ef
commit 00f33e6316
@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = {
changelog = "https://github.com/anthonyharrison/lib4package/releases/tag/${src.tag}";
description = "Utility for handling package metadata to include in Software Bill of Materials (SBOMs";
description = "Utility for handling package metadata to include in Software Bill of Materials (SBOMs)";
homepage = "https://github.com/anthonyharrison/lib4package";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ drupol ];