From eaf09c1c7d8924795477ffd30b17efadbbad01cf Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 31 Jan 2026 21:50:14 -0700 Subject: [PATCH] fix: nrd.sh -> sukr --- flake.nix | 2 +- netlify.toml | 2 +- src/error.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 514e450..b01b930 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "nrd.sh - bespoke static site compiler"; + description = "sukr - bespoke static site compiler"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; diff --git a/netlify.toml b/netlify.toml index 2493662..c2ee7ce 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ -# Netlify build configuration for nrd.sh +# Netlify build configuration for sukr [build] command = "cargo run -- -c docs/site.toml" diff --git a/src/error.rs b/src/error.rs index a7cbbc6..3e9c81d 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,4 +1,4 @@ -//! Custom error types for the nrd.sh compiler. +//! Custom error types for the sukr compiler. use std::path::PathBuf;