fluffychat: use 'pname' instead of 'name'

Among other things, this way the version
is displayed correctly in package search
This commit is contained in:
Justinas Stankevicius 2023-08-01 00:39:16 +03:00
parent de72df3675
commit 55a4d6be90

View File

@ -7,8 +7,8 @@
}:
flutter.buildFlutterApplication rec {
pname = "fluffychat";
version = "1.12.1";
name = "fluffychat";
src = fetchFromGitLab {
owner = "famedly";