python3Packages.swh-scanner: fix meta

This commit is contained in:
Robert Schütz
2025-11-07 12:48:12 -08:00
parent c71c20308a
commit 7313cf858d
@@ -81,8 +81,9 @@ buildPythonPackage rec {
];
meta = {
description = "Implementation of the Data model of the Software Heritage project, used to archive source code artifacts";
homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-model";
changelog = "https://gitlab.softwareheritage.org/swh/devel/swh-scanner/-/tags/${src.tag}";
description = "Source code scanner to analyze code bases and compare them with source code artifacts archived by Software Heritage";
homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-scanner";
license = lib.licenses.gpl3Only;
maintainers = [ ];
};