Unverified Commit fe21dc53 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

hyperspeedcube: update license (#469280)

parents 62452717 248737d1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -119,7 +119,10 @@ rustPlatform.buildRustPackage rec {
      records and runs on all major operating systems plus the web.
    '';
    homepage = "https://ajfarkas.dev/hyperspeedcube/";
    license = lib.licenses.cc-by-nc-sa-40;
    license = with lib.licenses; [
      mit
      asl20
    ];
    maintainers = [ lib.maintainers.omnipotententity ];
    platforms = [ "x86_64-linux" ];
  };