rebrand: hdm slides → uni slides (dhbw + hdm), make-targets mit hdm-/dhbw- prefix, dhbw_deploy_path typo fix

This commit is contained in:
2026-05-04 20:05:50 +02:00
parent 841a7ced76
commit 3c938b4b1c
4 changed files with 192 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
{
description = "HdM Slides - Marp presentation builder";
description = "Uni Slides - DHBW + HdM Marp presentation builder";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -19,7 +19,7 @@
];
shellHook = ''
echo "HdM Slides - run 'make' for available commands"
echo "Uni Slides - run 'make' for available commands"
'';
};
}