about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-02-18 16:52:34 +0000
committerAlyssa Ross <hi@alyssa.is>2019-02-18 16:52:34 +0000
commit7226ab90843f8cb366f0e6f90ba16e8214e19bdb (patch)
tree6760c0193be8917bd46dd74bc08698116090afd6 /pkgs
parent01dacc84d41b49c481aca7df608b7f5dc14f07b2 (diff)
downloadnixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.gz
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.bz2
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.lz
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.xz
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.zst
nixlib-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.zip
kakoune: remove inaccurate "unstable" from name
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/kakoune/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 631287e86a6d..16596056c9a0 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "kakoune-unstable-${version}";
+  name = "kakoune-${version}";
   version = "2019.01.20";
   src = fetchFromGitHub {
     repo = "kakoune";