"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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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