Unverified Commit db4111df authored by Matthias Beyer's avatar Matthias Beyer
Browse files

systeroid: Add myself as maintainer

parent ece14fa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/orhun/systeroid";
    changelog = "https://github.com/orhun/systeroid/blob/${src.rev}/CHANGELOG.md";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda matthiasbeyer ];
  };
}