about summary refs log tree commit diff
path: root/pkgs/applications/editors/jupp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jupp/default.nix')
-rw-r--r--pkgs/applications/editors/jupp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jupp/default.nix b/pkgs/applications/editors/jupp/default.nix
index 5e6406e33f28..4a44b35a0fa7 100644
--- a/pkgs/applications/editors/jupp/default.nix
+++ b/pkgs/applications/editors/jupp/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
 
-  name = "jupp-${version}";
+  pname = "jupp";
   version = "3.1";
   srcName = "joe-3.1jupp31";