about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2024-06-16 12:34:01 +0000
committerGitHub <noreply@github.com>2024-06-16 12:34:01 +0000
commit8222aa927845fb681e2b640508fe3703d1046026 (patch)
tree1f337e424d4aeefc35aa4c2fed19545f7ba3c5e8 /pkgs/applications/networking/sync
parent9189eb6dcee8915216dbc169dc5762bb14f73369 (diff)
parent86d69eec17b30f179c6a92b0b708e571209992fe (diff)
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/lcsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/lcsync/default.nix b/pkgs/applications/networking/sync/lcsync/default.nix
index ac4731d8536a5..9ba34ab6319c0 100644
--- a/pkgs/applications/networking/sync/lcsync/default.nix
+++ b/pkgs/applications/networking/sync/lcsync/default.nix
@@ -7,7 +7,7 @@
   stdenv
 }:
 stdenv.mkDerivation (finalAttrs: {
-  name = "lcsync";
+  pname = "lcsync";
   version = "0.3.0";
 
   src = fetchFromGitea {