fix: nrd.sh -> sukr

This commit is contained in:
Timothy DeHerrera
2026-01-31 21:50:14 -07:00
parent b271a3a0c8
commit eaf09c1c7d
3 changed files with 3 additions and 3 deletions

View File

@@ -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";

View File

@@ -1,4 +1,4 @@
# Netlify build configuration for nrd.sh
# Netlify build configuration for sukr
[build]
command = "cargo run -- -c docs/site.toml"

View File

@@ -1,4 +1,4 @@
//! Custom error types for the nrd.sh compiler.
//! Custom error types for the sukr compiler.
use std::path::PathBuf;