From 1df69d56d81b8153234b912076120e763ea9f6e6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Nov 2022 20:57:06 -0800 Subject: Reindent all package descriptions --- oni/packages/count-emails.scm | 56 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'oni/packages/count-emails.scm') diff --git a/oni/packages/count-emails.scm b/oni/packages/count-emails.scm index faba330..e35c25e 100644 --- a/oni/packages/count-emails.scm +++ b/oni/packages/count-emails.scm @@ -12,31 +12,31 @@ (let ((commit "66165bdecea54888967fcc6a8c29a3df09a18256") (revision "0")) (package - (name "count-emails") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (uri (git-reference - (url "git://ryuslash.org/util/tom/count-emails") - (commit commit))) - (method git-fetch) - (sha256 - (base32 "0pv4wbxbg0szs2jiskmxvivrq44ha5ljdn18j3j2pi8q1dp9rmb3")) - (file-name (git-file-name name version)))) - (propagated-inputs - (list scsh notmuch)) - (build-system gnu-build-system) - (arguments - `(#:tests? #f - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) - (install-file "count-emails" bin))))))) - (home-page "https://ryuslash.org/") - (synopsis "A simple script that counts the number of unread emails.") - (description "Counts the number of unread emails.") - (license license:gpl3+)))) + (name "count-emails") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (uri (git-reference + (url "git://ryuslash.org/util/tom/count-emails") + (commit commit))) + (method git-fetch) + (sha256 + (base32 "0pv4wbxbg0szs2jiskmxvivrq44ha5ljdn18j3j2pi8q1dp9rmb3")) + (file-name (git-file-name name version)))) + (propagated-inputs + (list scsh notmuch)) + (build-system gnu-build-system) + (arguments + `(#:tests? #f + #:phases + (modify-phases %standard-phases + (delete 'configure) + (delete 'build) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) + (install-file "count-emails" bin))))))) + (home-page "https://ryuslash.org/") + (synopsis "A simple script that counts the number of unread emails.") + (description "Counts the number of unread emails.") + (license license:gpl3+)))) -- cgit v1.2.3-54-g00ecf