fix(#2058): drop false mit license tags from docs + assets derivations
This commit is contained in:
parent
cd5b731884
commit
d3577aad29
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue