From 58b4599c6bc684291eb54d08e95453ea2c4ec174 Mon Sep 17 00:00:00 2001 From: Matias Zwinger Date: Sun, 5 Jan 2025 17:50:38 +0200 Subject: [PATCH] posy-cursors: update license --- pkgs/by-name/po/posy-cursors/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/po/posy-cursors/package.nix b/pkgs/by-name/po/posy-cursors/package.nix index 3e1e4ce8c2c7..1b1a384b71c6 100644 --- a/pkgs/by-name/po/posy-cursors/package.nix +++ b/pkgs/by-name/po/posy-cursors/package.nix @@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec { description = "Posy's Improved Cursors for Linux"; homepage = "https://github.com/simtrami/posy-improved-cursor-linux"; platforms = platforms.unix; - license = licenses.unfree; + license = licenses.cc-by-nc-40; maintainers = with maintainers; [ mkez ]; }; }