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.
This commit is contained in:
Vladimír Čunát
2014-08-30 07:28:26 +02:00
parent f7aa6e1140
commit 3f0ebe7e75
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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
};
}