mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
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:
parent
936dd70d45
commit
fe29880472
@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}";
|
changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/xiph/rav1e";
|
homepage = "https://github.com/xiph/rav1e";
|
||||||
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
|
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ maintainers.primeos ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user