about summary refs log tree commit diff
path: root/pkgs/applications/version-management/bugseverywhere/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/version-management/bugseverywhere/default.nix')
-rw-r--r--pkgs/applications/version-management/bugseverywhere/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/bugseverywhere/default.nix b/pkgs/applications/version-management/bugseverywhere/default.nix
index 6301acdf1342..7d1de378f53d 100644
--- a/pkgs/applications/version-management/bugseverywhere/default.nix
+++ b/pkgs/applications/version-management/bugseverywhere/default.nix
@@ -7,7 +7,7 @@
 #
 pythonPackages.buildPythonApplication rec {
     version = "1.1.1";
-    name = "bugseverywhere-${version}";
+    pname = "bugseverywhere";
 
     src = fetchurl {
       url =