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

View file

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