florist: use pname instead of name (#483013)

This commit is contained in:
Jo
2026-02-01 13:12:41 +00:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "florist";
pname = "florist";
version = "24.2";
src = fetchFromGitHub {