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:
parent
dfbc9ff781
commit
ae7153b9b0
@ -21,7 +21,11 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
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'";
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user