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
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
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; [ ];
};
}

View file

@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/xiph/rav1e";
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = [ maintainers.primeos ];
maintainers = [ ];
};
}