python3Packages.pylxd: correct typo in src.owner

This commit is contained in:
Justin Restivo
2025-12-22 22:38:27 -05:00
parent 35a02217d3
commit 34c7c3f37e
@@ -24,7 +24,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "canonica";
owner = "canonical";
repo = "pylxd";
tag = version;
hash = "sha256-Q4GMz7HFpJNPYlYgLhE0a7mVCwNpdbw4XVcUGQ2gUJ0=";