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