Strip inactive maintainer. (#36048)

This commit is contained in:
Kai Torben Ohlhus 2023-05-26 23:47:39 +09:00 committed by GitHub
parent 694292ebbf
commit 8ecef12a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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