mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libwebp: add maintainer savtrip
This commit is contained in:
@@ -100,7 +100,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://developers.google.com/speed/webp/";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ajs124 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ajs124
|
||||
savtrip
|
||||
];
|
||||
pkgConfigModules = [
|
||||
# configure_pkg_config() calls for these are unconditional
|
||||
"libwebp"
|
||||
|
||||
Reference in New Issue
Block a user