summary refs log tree commit diff
path: root/pkgs/applications/editors/featherpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/featherpad/default.nix')
-rw-r--r--pkgs/applications/editors/featherpad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index 6d420599152..e48fba1551e 100644
--- a/pkgs/applications/editors/featherpad/default.nix
+++ b/pkgs/applications/editors/featherpad/default.nix
@@ -4,7 +4,7 @@ with qt5;
 
 stdenv.mkDerivation rec {
   version = "0.10.0";
-  name = "featherpad-${version}";
+  pname = "featherpad";
   src = fetchFromGitHub {
     owner = "tsujan";
     repo = "FeatherPad";