redis: update meta
This commit is contained in:
parent
2ff821ed77
commit
b5d02a4182
@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://redis.io";
|
homepage = "https://redis.io";
|
||||||
description = "An open source, advanced key-value store";
|
description = "An open source, advanced key-value store";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.all;
|
||||||
|
changelog = "https://github.com/redis/redis/raw/${version}/00-RELEASENOTES";
|
||||||
maintainers = with maintainers; [ berdario globin ];
|
maintainers = with maintainers; [ berdario globin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user