mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
keycloak: add platforms to meta
This commit is contained in:
parent
b260826c9a
commit
8a774b7d56
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.keycloak.org/";
|
||||
description = "Identity and access management for modern applications and services";
|
||||
license = licenses.asl20;
|
||||
platforms = jre.meta.platforms;
|
||||
maintainers = [ maintainers.ngerstle ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user