Unverified Commit 5ddcccea authored by Grimmauld's avatar Grimmauld Committed by GitHub
Browse files

wordpressPackages.themes.geist: drop (#459746)

parents e362bab7 a7b46a9b
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -21,17 +21,6 @@
    meta.license = lib.licenses.agpl3Only;
  };
  themes = {
    geist = stdenv.mkDerivation rec {
      pname = "geist";
      version = "2.0.3";
      src = fetchzip {
        inherit version;
        name = pname;
        url = "https://github.com/christophery/geist/archive/refs/tags/${version}.zip";
        hash = "sha256-c85oRhqu5E5IJlpgqKJRQITur1W7x40obOvHZbPevzU=";
      };
      meta.license = lib.licenses.gpl2Only;
    };
    proton = stdenv.mkDerivation rec {
      pname = "proton";
      version = "1.0.1";