From a931dacb7b1731bfc1638a2be7e9fa62869f3ed9 Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Sat, 20 Dec 2025 19:42:21 -0500 Subject: [PATCH] office-code-pro: update src and homepage to not 404 --- pkgs/by-name/of/office-code-pro/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [ ]; };