Unverified Commit f60b1588 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

posy-cursors: update license (#371163)

parents 19ab97df 58b4599c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}