dino: add tomfitzhenry as maintainer (#159701)

This commit is contained in:
Tom 2022-02-13 02:05:25 +00:00 committed by GitHub
parent a74a5303ad
commit 6a966accb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/dino/dino";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ qyliss ];
maintainers = with maintainers; [ qyliss tomfitzhenry ];
};
}