office-code-pro: update src to not 404 (#472844)

This commit is contained in:
Gergő Gutyina
2025-12-23 00:32:34 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [ ];
};