Merge pull request #123264 from primeos/rav1e

cargo-c,rav1e: Remove myself as maintainer
This commit is contained in:
Sandro
2021-05-17 01:58:20 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
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 = [ ];
};
}