cargo-c,rav1e: Remove myself as maintainer

I'm not using rav1e anymore and we're now using svt-av1 for ffmpeg-full.
This commit is contained in:
Michael Weiss
2021-05-16 13:24:22 +02:00
parent 936dd70d45
commit fe29880472
2 changed files with 2 additions and 2 deletions

View File

@@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}