python310Packages.bash_kernel: update meta

This commit is contained in:
Fabian Affolter 2023-03-05 10:50:43 +01:00
parent 18ccf94aa7
commit 2b43eb8e0c

View file

@ -46,10 +46,11 @@ buildPythonPackage rec {
${python.pythonForBuild.interpreter} -m bash_kernel.install --prefix $out
'';
meta = {
meta = with lib; {
description = "Bash Kernel for Jupyter";
homepage = "https://github.com/takluyver/bash_kernel";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ zimbatm ];
changelog = "https://github.com/takluyver/bash_kernel/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ zimbatm ];
};
}