doc: do not reuse pname

This commit is contained in:
Pol Dellaiera
2025-04-21 07:02:49 +02:00
parent ac04a5c492
commit 3218a4204f
7 changed files with 11 additions and 11 deletions
@@ -204,7 +204,7 @@ buildNpmPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "jesec";
repo = pname;
repo = "flood";
tag = "v${finalAttrs.version}";
hash = "sha256-BR+ZGkBBfd0dSQqAvujsbgsEPFYw/ThrylxUbOksYxM=";
};