Merge pull request #307945 from TomaSajt/redisinsight
redisinsight: fix license being commented out
This commit is contained in:
commit
314436c0ae
@ -161,7 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "RedisInsight Redis client powered by Electron";
|
||||
homepage = "https://github.com/RedisInsight/RedisInsight";
|
||||
#license = licenses.sspl;
|
||||
license = lib.licenses.sspl;
|
||||
maintainers = with lib.maintainers; [
|
||||
gmemstr
|
||||
tomasajt
|
||||
|
Loading…
Reference in New Issue
Block a user