cryptop: do not use list for single license

This commit is contained in:
awwpotato 2025-08-04 21:09:20 -07:00
parent fbe4cf6ae3
commit ed81ad23a3
No known key found for this signature in database

View File

@ -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";
};