diff --git a/guix.scm b/guix.scm deleted file mode 100644 index 57c3034..0000000 --- a/guix.scm +++ /dev/null @@ -1,17 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for git-scripts -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "git-scripts") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "git-scripts") - (description "git-scripts — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/git-scripts") - (license mpl2.0))