xtitle: swap to unlicense

This commit is contained in:
jopejoe1
2025-09-29 20:51:56 +02:00
parent da0a916735
commit 94e47b1f22
+1 -1
View File
@@ -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";
};