Unverified Commit 1c89974d authored by awwpotato's avatar awwpotato
Browse files

cliscord: migrate to by-name

parent a8c3a293
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7292,8 +7292,6 @@ with pkgs;
    jdk = graalvmPackages.graalvm-ce;
  };
  cliscord = callPackage ../misc/cliscord { };
  clojupyter = callPackage ../applications/editors/jupyter-kernels/clojupyter {
    jre = jre8;
  };