python312Packages.linien-common: no with lib; in meta

This commit is contained in:
Doron Behar
2025-04-23 14:49:12 +03:00
parent b2e65ff85c
commit 3fbe7174bc
@@ -47,12 +47,12 @@ buildPythonPackage rec {
pytest = callPackage ./tests.nix { };
};
meta = with lib; {
meta = {
description = "Shared components of the Linien spectroscopy lock application";
homepage = "https://github.com/linien-org/linien/tree/develop/linien-common";
changelog = "https://github.com/linien-org/linien/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
fsagbuya
doronbehar
];