fix(#2058): drop false mit license tags from docs + assets derivations

This commit is contained in:
damocles 2026-06-29 01:41:12 +02:00 committed by mara
commit d3577aad29
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
{
stdenv,
lib,
librsvg,
}:
@ -60,6 +59,5 @@ stdenv.mkDerivation {
meta = {
description = "hyperhive static assets (branding + claude prompts)";
homepage = "https://forge.darkest.space/hyperhive/hyperhive";
license = lib.licenses.mit;
};
}

View file

@ -1,6 +1,5 @@
{
stdenv,
lib,
}:
# The repo `docs/` markdown tree, shipped as a standalone derivation so
@ -38,6 +37,5 @@ stdenv.mkDerivation {
meta = {
description = "hyperhive reference docs (the repo docs/ tree)";
homepage = "https://forge.darkest.space/hyperhive/hyperhive";
license = lib.licenses.mit;
};
}