diff options
Diffstat (limited to 'pkgs/applications/kde/pim-data-exporter.nix')
-rw-r--r-- | pkgs/applications/kde/pim-data-exporter.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/pim-data-exporter.nix b/pkgs/applications/kde/pim-data-exporter.nix index 82cdf19df948f..746bb2aec2ad9 100644 --- a/pkgs/applications/kde/pim-data-exporter.nix +++ b/pkgs/applications/kde/pim-data-exporter.nix @@ -8,7 +8,7 @@ }: mkDerivation { - name = "pim-data-exporter"; + pname = "pim-data-exporter"; meta = { license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; maintainers = kdepimTeam; |