Unverified Commit 58b4599c authored by Matias Zwinger's avatar Matias Zwinger
Browse files

posy-cursors: update license

parent 408232c5
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 ];
  };
}