0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

brotli: add myself as maintainer (#103129)

This commit is contained in:
freezeboy 2020-11-09 04:11:29 +01:00 committed by GitHub
parent 56172cf2c1
commit 7d3fb8234d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ freezeboy ];
platforms = platforms.all;
};
}