python3Packages.nbdev: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:21:04 +02:00
parent fb8a8d8afd
commit 537cf8f3fc
@@ -48,9 +48,9 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "nbdev" ];
meta = {
homepage = "https://github.com/fastai/nbdev";
homepage = "https://github.com/AnswerDotAI/nbdev";
description = "Create delightful software with Jupyter Notebooks";
changelog = "https://github.com/fastai/nbdev/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/AnswerDotAI/nbdev/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ rxiao ];
};