twurl: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-29 20:51:54 +02:00
parent d1fd128668
commit 1ca228b119
+1 -1
View File
@@ -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";