mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
redis: update meta
This commit is contained in:
parent
2ff821ed77
commit
b5d02a4182
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://redis.io";
|
||||
description = "An open source, advanced key-value store";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.all;
|
||||
changelog = "https://github.com/redis/redis/raw/${version}/00-RELEASENOTES";
|
||||
maintainers = with maintainers; [ berdario globin ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue