guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30417] [PATCH 11/11] gnu: Add java-plexus-sec-dispatcher.


From: Björn Höfling
Subject: [bug#30417] [PATCH 11/11] gnu: Add java-plexus-sec-dispatcher.
Date: Wed, 14 Feb 2018 22:02:28 +0100

On Wed, 14 Feb 2018 21:59:19 +0100
Björn Höfling <address@hidden> wrote:

> On Sun, 11 Feb 2018 00:04:38 +0100
> Julien Lepiller <address@hidden> wrote:
> 
> > * gnu/packages/java.scm (java-plexus-sec-dispatcher): New variable.
> > ---
> >  gnu/packages/java.scm | 88
> > +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed,
> > 88 insertions(+)
> > 
> > diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> > index 758665df9..bd3fc7e70 100644
> > --- a/gnu/packages/java.scm
> > +++ b/gnu/packages/java.scm
> > @@ -2757,6 +2757,94 @@ compilers.")
> >      (description "This package contains the Javac Compiler support
> > for Plexus Compiler component.")))
> >  
> > +(define-public java-plexus-sec-dispatcher
> > +  (package
> > +    (name "java-plexus-sec-dispatcher")  
> 
> [...]
> 
> > +    (home-page "http://spice.sonatype.org/plexus-sec-dispatcher/";)
> > +    (synopsis "Plexus Security Dispatcher Component")
> > +    (description "This package is the Plexus Security Dispatcher
> > Component. +This component descrypts a string passed to it")  
> 
> Spelling: s/descrypts/decrypts/
> Add a full-stop "." at the end of the last sentence.
> 
> Otherwise, LGTM.
> 
> Björn

Sorry, here is one more point:

The linter didn't complain about the homepage, but for me this is not
reachable. I would suggest:

https://github.com/sonatype/plexus-sec-dispatcher

Björn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]