Commit 55a4d6be authored by Justinas Stankevicius's avatar Justinas Stankevicius
Browse files

fluffychat: use 'pname' instead of 'name'

Among other things, this way the version
is displayed correctly in package search
parent de72df36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@
}:

flutter.buildFlutterApplication rec {
  pname = "fluffychat";
  version = "1.12.1";
  name = "fluffychat";

  src = fetchFromGitLab {
    owner = "famedly";