From 0ee475b7f95982136cf2d67ca1e93459a1915334 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 27 Jun 2009 13:28:39 +0000 Subject: [PATCH] Renamed "magit-mode" to "magit", which is the upstream package name anyway. svn path=/nixpkgs/trunk/; revision=16067 --- pkgs/applications/editors/emacs-modes/magit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs-modes/magit/default.nix b/pkgs/applications/editors/emacs-modes/magit/default.nix index ea2c6f22829..de555632f52 100644 --- a/pkgs/applications/editors/emacs-modes/magit/default.nix +++ b/pkgs/applications/editors/emacs-modes/magit/default.nix @@ -1,7 +1,7 @@ {stdenv, fetchurl, emacs, texinfo}: stdenv.mkDerivation { - name = "magit-mode-0.7"; + name = "magit-0.7"; src = fetchurl { url = "http://zagadka.vm.bytemark.co.uk/magit/magit-0.7.tar.gz";