summary refs log tree commit diff
path: root/pkgs/servers/couchpotato/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/couchpotato/default.nix')
-rw-r--r--pkgs/servers/couchpotato/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/couchpotato/default.nix b/pkgs/servers/couchpotato/default.nix
index 8b2895392be..a528cd2ca26 100644
--- a/pkgs/servers/couchpotato/default.nix
+++ b/pkgs/servers/couchpotato/default.nix
@@ -3,7 +3,7 @@
 with pythonPackages;
 
 buildPythonApplication rec {
-  name = "couchpotato-${version}";
+  pname = "couchpotato";
   version = "3.0.1";
   disabled = isPy3k;