cryptop: do not use list for single license
This commit is contained in:
parent
fbe4cf6ae3
commit
ed81ad23a3
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/huwwp/cryptop";
|
||||
description = "Command line Cryptocurrency Portfolio";
|
||||
license = with lib.licenses; [ mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bhipple ];
|
||||
mainProgram = "cryptop";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user