python312Packages.linien-common: no with lib; in meta
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user