office-code-pro: update src to not 404 (#472844)
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user