diff --git a/pkgs/by-name/of/office-code-pro/package.nix b/pkgs/by-name/of/office-code-pro/package.nix index 0d4ab3f6b17f..eb5459b0ca8a 100644 --- a/pkgs/by-name/of/office-code-pro/package.nix +++ b/pkgs/by-name/of/office-code-pro/package.nix @@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec { version = "1.004"; src = fetchFromGitHub { - owner = "nathco"; + owner = "phooky"; repo = "Office-Code-Pro"; rev = version; hash = "sha256-qzKTXYswkithZUJT0a3IifCq4RJFeKciZAPhYr2U1X4="; @@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec { Incorporated. The customizations were made specifically for text editors and coding environments, but are still very usable in other applications. ''; - homepage = "https://github.com/nathco/Office-Code-Pro"; + homepage = "https://github.com/phooky/Office-Code-Pro"; license = lib.licenses.ofl; maintainers = [ ]; };