summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/audio/distrho/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/distrho/default.nix b/pkgs/applications/audio/distrho/default.nix
index f078be02738ee..a8c710f2099ec 100644
--- a/pkgs/applications/audio/distrho/default.nix
+++ b/pkgs/applications/audio/distrho/default.nix
@@ -2,7 +2,7 @@
 , libxslt, lv2, pkgconfig, premake3, xlibs }:
 
 stdenv.mkDerivation rec {
-  name = "DISTRHO-Ports-git-2015-01-28";
+  name = "distrho-ports-git-2015-01-28";
 
   src = fetchgit {
     url = "https://github.com/DISTRHO/DISTRHO-Ports.git";