darling-dmg: add Luflosi as maintainer

This commit is contained in:
Luflosi 2020-10-25 10:04:26 +01:00
parent 9dbf2d600a
commit 7087cf925f
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "Darling lets you open macOS dmgs on Linux";
platforms = platforms.linux;
license = licenses.gpl3;
maintainers = with maintainers; [ Luflosi ];
};
}