python3Packages.pandoc-xnos: fix src.repo

This commit is contained in:
Justin Restivo
2025-12-22 10:38:36 -05:00
parent 322fdfcdbd
commit 1cf70dec84
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tomduck";
repo = "pandox-xnos";
repo = "pandoc-xnos";
tag = version;
hash = "sha256-beiGvN0DS6s8wFjcDKozDuwAM2OApX3lTRaUDRUqLeU=";
};