sl: fix license (close #3072)

From https://github.com/fistonbettens/nixpkgs/commit/7b6591b551afc6a17b
but it failed to apply for me, so I hand-added and corrected the change.
This commit is contained in:
Vladimír Čunát 2014-08-14 21:25:41 +02:00
parent dfbc9ff781
commit ae7153b9b0

View File

@ -21,7 +21,11 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html; homepage = http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
license = stdenv.lib.licenses.unfree; # I couldn't find its license, only a copyright. license = rec {
shortName = "Toyoda Masashi's free software license";
fullName = shortName;
url = https://github.com/mtoyoda/sl/blob/master/LICENSE;
};
description = "Steam Locomotive runs across your terminal when you type 'sl'"; description = "Steam Locomotive runs across your terminal when you type 'sl'";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };