twurl: make use of lib.licenses
This commit is contained in:
@@ -14,7 +14,7 @@ bundlerApp {
|
||||
meta = with lib; {
|
||||
description = "OAuth-enabled curl for the Twitter API";
|
||||
homepage = "https://github.com/twitter/twurl";
|
||||
license = "MIT";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with maintainers; [ brecht ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "twurl";
|
||||
|
||||
Reference in New Issue
Block a user