From 94e47b1f2271285b31f453baf2786dcce386cdef Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 23:10:03 +0200 Subject: [PATCH] xtitle: swap to unlicense --- pkgs/by-name/xt/xtitle/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/xt/xtitle/package.nix b/pkgs/by-name/xt/xtitle/package.nix index ec4e3867ad9a..de25b9ab7b2a 100644 --- a/pkgs/by-name/xt/xtitle/package.nix +++ b/pkgs/by-name/xt/xtitle/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { description = "Outputs X window titles"; homepage = "https://github.com/baskerville/xtitle"; maintainers = with maintainers; [ meisternu ]; - license = "Custom"; + license = lib.licenses.unlicense; platforms = platforms.linux; mainProgram = "xtitle"; };