octave: add maintainer (#14716)

This commit is contained in:
Adam J. Stewart 2020-02-01 19:46:35 -06:00 committed by GitHub
parent ab36008635
commit 0c0aba579a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class Octave(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/octave/"
gnu_mirror_path = "octave/octave-4.0.0.tar.gz"
maintainers = ['mtmiller']
extendable = True