"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:
Vanessasaurus
2021-11-29 05:17:40 -07:00
committed by GitHub
parent 8ff81d4362
commit bdde70c9d3

View File

@@ -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')