"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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user