diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:32:43 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:07 -0700 |
commit | a8d476519455170ead698d7c4c3c3dbaa046df87 (patch) | |
tree | 2ffcf66cd9bba87af92d6a7df89159a55a94fff7 /gnu | |
parent | 0655fd421e3d25f1a1fad7e0b95ea8ae03daa8ee (diff) | |
download | guix-a8d476519455170ead698d7c4c3c3dbaa046df87.tar guix-a8d476519455170ead698d7c4c3c3dbaa046df87.tar.gz |
gnu: go-github-com-audriusbutkevicius-go-nat-pmp: Fix typo "This package".
* gnu/packages/syncthing
(go-github-com-audriusbutkevicius-go-nat-pmp)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index f9e7db2346..3ce4c58116 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -192,7 +192,7 @@ Protocol.") (arguments `(#:import-path "github.com/AudriusButkevicius/go-nat-pmp")) (synopsis "Port mapping and discovery of external IP address") - (description "This packages provides a Go client for the NAT-PMP internet + (description "This package provides a Go client for the NAT-PMP internet protocol for port mapping and discovering the external IP address of a firewall.") (home-page "https://github.com/AudriusButkevicius/go-nat-pmp") |