Update project naming

Use the correct project name (web-terminal-experiment) in both flake.nix and go.mod.
This commit is contained in:
ktkk 2025-09-24 15:23:11 +00:00
parent 82d714d8a3
commit aca520fe1e
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
description = "Go Template";
description = "Web Terminal Experiment";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@ -24,7 +24,7 @@
devShells.default = pkgs.mkShell {inherit nativeBuildInputs buildInputs;};
packages.default = pkgs.buildGoModule rec {
name = "template";
name = "web-terminal-experiment-server";
src = ./.;
inherit buildInputs;

2
go.mod
View file

@ -1,3 +1,3 @@
module git.katkak.dev/katkak/terminal
module git.katkak.dev/katkak/web-terminal-experiment
go 1.25.0