Unverified Commit e6a50698 authored by Gabriel Fontes's avatar Gabriel Fontes
Browse files

flavours: add myself as maintainer

parent d6fe5898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/Misterio77/flavours";
    changelog = "https://github.com/Misterio77/flavours/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fortuneteller2k ];
    maintainers = with maintainers; [ fortuneteller2k misterio77 ];
  };
}