From 1ca228b119e5732cee41a9058929da295320c9bf Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 23:06:40 +0200 Subject: [PATCH] twurl: make use of lib.licenses --- pkgs/by-name/tw/twurl/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/tw/twurl/package.nix b/pkgs/by-name/tw/twurl/package.nix index 2587d6f0b2c0..dbaa518bd2cf 100644 --- a/pkgs/by-name/tw/twurl/package.nix +++ b/pkgs/by-name/tw/twurl/package.nix @@ -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";