apple-cursor: modify license

This commit is contained in:
Dovydas Kersys 2024-09-02 17:10:39 +02:00
parent a20c12ad89
commit 3043a60eab

View File

@ -29,7 +29,12 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Opensource macOS Cursors";
homepage = "https://github.com/ful1e5/apple_cursor";
license = licenses.gpl3;
license = [
licenses.gpl3Only
# Potentially a derivative work of copyrighted Apple designs
licenses.unfree
];
platforms = platforms.linux;
maintainers = with maintainers; [ colemickens dxwil ];
};