Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://github.com/clvv/fasd";
|
||||
description = "quick command-line access to files and directories for POSIX shells";
|
||||
license = "free"; # https://github.com/clvv/fasd/blob/master/LICENSE
|
||||
license = stdenv.lib.licenses.free; # https://github.com/clvv/fasd/blob/master/LICENSE
|
||||
|
||||
longDescription = ''
|
||||
Fasd is a command-line productivity booster.
|
||||
|
||||
Reference in New Issue
Block a user