summary refs log tree commit diff
path: root/pkgs/tools/system/storebrowse
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-16 01:42:49 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-16 01:42:49 +0100
commit5bffa00f18c98ed6c4352e767d2a0b636f31a16e (patch)
tree242a05c5a20d403782c81f51564341ccc0bc4208 /pkgs/tools/system/storebrowse
parent6ee91a03048e97e3ae73b5f2856f06ded138e857 (diff)
downloadnixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar.gz
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar.bz2
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar.lz
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar.xz
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.tar.zst
nixpkgs-5bffa00f18c98ed6c4352e767d2a0b636f31a16e.zip
storbrowse: fix name
Diffstat (limited to 'pkgs/tools/system/storebrowse')
-rw-r--r--pkgs/tools/system/storebrowse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/storebrowse/default.nix b/pkgs/tools/system/storebrowse/default.nix
index 2bbbd1e2034..3863aa3429e 100644
--- a/pkgs/tools/system/storebrowse/default.nix
+++ b/pkgs/tools/system/storebrowse/default.nix
@@ -3,7 +3,7 @@
 assert stdenv.isLinux && (stdenv.isi686 || stdenv.isx86_64);
 
 stdenv.mkDerivation rec {
-  name = "storebrowser-20130316003957";
+  name = "storebrowse-20130316003957";
 
   src = fetchurl {
     url = "http://viric.name/cgi-bin/storebrowse/tarball/storebrowse-16700f4ad9e88.tar.gz?uuid=16700f4ad9e88";