Skip to content

Commit 5a7f7d7

Browse files
fix(guix): restore preference-injector identity in guix.scm (#58)
`guix.scm` declared `(name "squisher-corpus")` — the squisher clobber. Measured across all 418 estate repos: **45 affected**. Fixes **identity only** — name, synopsis, description, home-page, header comment. The `(license ...)` form is **deliberately untouched**; the licence drift (58 repos asserting PMPL) is a separate owner decision. Verified byte-identical (md5 of the licence form before and after). Commit is GPG-signed — the earlier contents-API attempt produced unsigned commits, which `required_signatures` rejected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 155e63f commit 5a7f7d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

guix.scm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
; SPDX-License-Identifier: MPL-2.0
2-
;; guix.scm — GNU Guix package definition for squisher-corpus
2+
;; guix.scm — GNU Guix package definition for preference-injector
33
;; Usage: guix shell -f guix.scm
44

55
(use-modules (guix packages)
66
(guix build-system gnu)
77
(guix licenses))
88

99
(package
10-
(name "squisher-corpus")
10+
(name "preference-injector")
1111
(version "0.1.0")
1212
(source #f)
1313
(build-system gnu-build-system)
14-
(synopsis "squisher-corpus")
15-
(description "squisher-corpus — part of the hyperpolymath ecosystem.")
16-
(home-page "https://github.com/hyperpolymath/squisher-corpus")
14+
(synopsis "preference-injector")
15+
(description "preference-injector — part of the hyperpolymath ecosystem.")
16+
(home-page "https://github.com/hyperpolymath/preference-injector")
1717
(license ((@@ (guix licenses) license) "PMPL-1.0-or-later"
1818
"https://github.com/hyperpolymath/palimpsest-license")))

0 commit comments

Comments
 (0)