File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 maa-framework
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 " maa-framework " )
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 " )
17- (license ((@@ (guix licenses) license) " PMPL-1.0-or-later "
14+ (synopsis " maa-framework " )
15+ (description " maa-framework — part of the hyperpolymath ecosystem." )
16+ (home-page " https://github.com/hyperpolymath/maa-framework " )
17+ (license ((@@ (guix licenses) license) " MPL-2.0 "
1818 " https://github.com/hyperpolymath/palimpsest-license" )))
You can’t perform that action at this time.
0 commit comments