Commit 3043a60e authored by Dovydas Kersys's avatar Dovydas Kersys
Browse files

apple-cursor: modify license

parent a20c12ad
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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 ];
  };