diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:58:54 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:56 -0700 |
commit | a95b643630bdd6a3075c47ead766e26163f74507 (patch) | |
tree | 0f7cbc9841ced8635b9c1f537a123f9deca9877e | |
parent | ae03ce0f2f792b5c0f862c37ef79fad5adee202d (diff) | |
download | patches-a95b643630bdd6a3075c47ead766e26163f74507.tar patches-a95b643630bdd6a3075c47ead766e26163f74507.tar.gz |
gnu: go-github-com-docker-distribution: Correct grammar and spelling.
* gnu/packages/golang (go-github-com-docker-distribution)[description]:
Correct grammar and spelling.
[synopsis]: Correct grammar and spelling.
-rw-r--r-- | gnu/packages/golang.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 42a194b076..8ba797de8e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1775,11 +1775,11 @@ SysVinit, and more.") #t))))) (home-page "https://github.com/docker/distribution") - (synopsis "This package is Docker toolset to pack, ship, store, and + (synopsis "This package is a Docker toolset to pack, ship, store, and deliver content") - (description "Docker Distribution is Docker toolset to pack, ship, -store, and deliver content. It's containe Docker Registry 2.0 and libraries -to interacting with distribution components.") + (description "Docker Distribution is a Docker toolset to pack, ship, +store, and deliver content. It contains Docker Registry 2.0 and libraries +to interact with distribution components.") (license license:asl2.0)))) (define-public go-github-com-docker-go-connections |