"branch" spelling mistake in libbeato (#27682)
I was browsing package metadata, as one does on a Sunday, and stumbled across a new kind of version attribute - brancch! I suspect this is supposed to be "branch."
This commit is contained in:
parent
8ff81d4362
commit
bdde70c9d3
@ -14,4 +14,4 @@ class Libbeato(AutotoolsPackage):
|
||||
homepage = "https://github.com/CRG-Barcelona/libbeato"
|
||||
git = "https://github.com/CRG-Barcelona/libbeato.git"
|
||||
|
||||
version('master', brancch='master')
|
||||
version('master', branch='master')
|
||||
|
Loading…
Reference in New Issue
Block a user