summary refs log tree commit diff
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
parent01dacc84d41b49c481aca7df608b7f5dc14f07b2 (diff)
downloadnixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.gz
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.bz2
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.lz
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.xz
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.tar.zst
nixpkgs-7226ab90843f8cb366f0e6f90ba16e8214e19bdb.zip
kakoune: remove inaccurate "unstable" from name
-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 631287e86a6..16596056c9a 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";