octave: add maintainer @siko1056 (#28584)

This commit is contained in:
Kai Torben Ohlhus
2022-01-25 20:33:02 +09:00
committed by GitHub
parent 5cfaead675
commit b36920283d

View File

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