Skip to content

Commit 92dc25a

Browse files
committed
chore: update guix.scm from squisher-corpus
1 parent c65fbab commit 92dc25a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

guix.scm

Lines changed: 6 additions & 6 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 git-scripts
2+
;; guix.scm — GNU Guix package definition for squisher-corpus
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 "git-scripts")
10+
(name "squisher-corpus")
1111
(version "0.1.0")
1212
(source #f)
1313
(build-system gnu-build-system)
14-
(synopsis "git-scripts")
15-
(description "git-scripts — part of the hyperpolymath ecosystem.")
16-
(home-page "https://github.com/hyperpolymath/git-scripts")
17-
(license ((@@ (guix licenses) license) "MPL-2.0"
14+
(synopsis "squisher-corpus")
15+
(description "squisher-corpus — part of the hyperpolymath ecosystem.")
16+
(home-page "https://github.com/hyperpolymath/squisher-corpus")
17+
(license ((@@ (guix licenses) license) "PMPL-1.0-or-later"
1818
"https://github.com/hyperpolymath/palimpsest-license")))

0 commit comments

Comments
 (0)