lib/licenses.nix: convert to spdx.org shortnames

Done where possible, replacing links to point to spdx.org (probably stabler).
Also make libtiff use its dedicated license.
This commit is contained in:
Vladimír Čunát
2014-07-30 18:16:09 +02:00
parent 33e4a7f623
commit 32c237d782
2 changed files with 119 additions and 154 deletions
@@ -40,9 +40,9 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
meta = with stdenv.lib; {
description = "Library and utilities for working with the TIFF image file format";
homepage = http://www.remotesensing.org/libtiff/;
license = "bsd";
license = licenses.libtiff;
};
}