Loading pkgs/development/python-modules/castepxbin/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/zhubonan/castepxbin/releases/tag/${src.tag}"; description = "Collection of readers for CASTEP binary outputs"; homepage = "https://github.com/zhubonan/castepxbin"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; } Loading
pkgs/development/python-modules/castepxbin/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/zhubonan/castepxbin/releases/tag/${src.tag}"; description = "Collection of readers for CASTEP binary outputs"; homepage = "https://github.com/zhubonan/castepxbin"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }