tomb: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-10-18 02:56:12 +02:00
parent 7f18b54727
commit 42ad64f5d1
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/dyne/Tomb/blob/v${version}/ChangeLog.md";
license = licenses.gpl3;
mainProgram = "tomb";
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg anthonyroussel ];
platforms = platforms.linux;
};
}