summary refs log tree commit diff
path: root/pkgs/applications/audio/pianobar
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-30 07:28:26 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-30 07:28:26 +0200
commit3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a (patch)
treedb5c744f778e9799a74d5e29be115f62b7254164 /pkgs/applications/audio/pianobar
parentf7aa6e1140fcc1e006a0030ae00b7e5ca646ae25 (diff)
downloadnixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar.gz
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar.bz2
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar.lz
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar.xz
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.tar.zst
nixpkgs-3f0ebe7e7542c5cb81acfeffb025f9ab1a5a755a.zip
licenses: comment about two versions of MIT
I decided to follow spdx.org and not to differentiate those two.
Packages would often have the wrong version anyway.
Diffstat (limited to 'pkgs/applications/audio/pianobar')
-rw-r--r--pkgs/applications/audio/pianobar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pianobar/default.nix b/pkgs/applications/audio/pianobar/default.nix
index b2f44513bba..a91f25126c1 100644
--- a/pkgs/applications/audio/pianobar/default.nix
+++ b/pkgs/applications/audio/pianobar/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
     description = "A console front-end for Pandora.com";
     homepage = "http://6xq.net/projects/pianobar/";
     platforms = stdenv.lib.platforms.linux;
-    license = stdenv.lib.licenses.mit;
+    license = stdenv.lib.licenses.mit; # expat version
   };
 }