ferium: add imsofi as maintainer

This commit is contained in:
Sofi 2022-07-21 00:59:26 +02:00
parent 9bde9353e9
commit 44a67dc057
No known key found for this signature in database
GPG Key ID: 0A503D1D1B2722AF

View File

@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and GitHub Releases";
homepage = "https://github.com/gorilla-devs/ferium";
license = licenses.mpl20;
maintainers = [ maintainers.leo60228 ];
maintainers = with maintainers; [ leo60228 imsofi ];
};
}