summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ed/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ed/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ed/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/ed/package.py b/var/spack/repos/builtin/packages/ed/package.py
index 96735c1f08..3d4142dda2 100644
--- a/var/spack/repos/builtin/packages/ed/package.py
+++ b/var/spack/repos/builtin/packages/ed/package.py
@@ -8,12 +8,12 @@ from spack.package import *
class Ed(AutotoolsPackage, GNUMirrorPackage):
"""GNU ed is a line-oriented text editor. It is used to create,
- display, modify and otherwise manipulate text files, both
- interactively and via shell scripts."""
+ display, modify and otherwise manipulate text files, both
+ interactively and via shell scripts."""
homepage = "https://www.gnu.org/software/ed"
gnu_mirror_path = "ed/ed-1.4.tar.gz"
- version('1.4', sha256='db36da85ee1a9d8bafb4b041bd4c8c11becba0c43ec446353b67045de1634fda')
+ version("1.4", sha256="db36da85ee1a9d8bafb4b041bd4c8c11becba0c43ec446353b67045de1634fda")
parallel = False