aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-09forge: Rename guix-laminar-* to forge-laminar-*.Arun Isaac
* forge/laminar.scm: Rename all guix-laminar-* names to forge-laminar-*. * forge/forge.scm (forge-activation, forge-service-type): Replace guix-laminar-job-name with forge-laminar-job-name. (forge-service-type): Replace guix-laminar-service-type with forge-laminar-service-type and guix-laminar-group with forge-laminar-group.
2022-01-09forge: Import (gnu packages ci).Arun Isaac
(gnu packages ci) is required for the laminar package. * forge/forge.scm: Import (gnu packages ci).
2022-01-08website: Add website.Arun Isaac
* Makefile, build-aux/build-home-page.el, website/style.css: New files.
2022-01-08README: Update channel introduction commit.Arun Isaac
The previous commit fixed an error in .guix-authorizations, and thus pushed back the channel introduction commit. * README.org (Installation): Update channel introduction commit.
2022-01-08guix-authorizations: Parenthesize keys correctly.Arun Isaac
* .guix-authorizations: Surround keys in parentheses.
2021-12-22README: Add installation instructions.Arun Isaac
* README.org (Installation): New section.
2021-12-22guix-authorizations: Add arunisaac's key.Arun Isaac
* .guix-authorizations: New file.
2021-12-21COPYING: Add GPLv3 license.Arun Isaac
* COPYING: New file.
2021-12-21README: Add README.Arun Isaac
* README.org: New file.
2021-12-21Initial commitArun Isaac