From 90619726ce1694d63938b6f4631ee3b825980ba4 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:42:01 +0100 Subject: [PATCH] chore: remove squisher-corpus guix.scm placeholders Estate-wide cleanup for hyperpolymath/standards#426 - remove guix.scm file that references squisher-corpus. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- guix.scm | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 guix.scm diff --git a/guix.scm b/guix.scm deleted file mode 100644 index f89bd76..0000000 --- a/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for hyperpolymath.github.io -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "hyperpolymath.github.io") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "hyperpolymath.github.io") - (description "hyperpolymath.github.io — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/hyperpolymath.github.io") - (license ((@@ (guix licenses) license) "MPL-2.0" - "https://github.com/hyperpolymath/palimpsest-license")))