From 3a91c49917af6c8180938906e264cbbddd87541e Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:08:26 +0200 Subject: [PATCH] redisinsight: fix license being commented out --- pkgs/development/tools/redisinsight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/redisinsight/default.nix b/pkgs/development/tools/redisinsight/default.nix index ffb5d9c547fd..1131e495e86c 100644 --- a/pkgs/development/tools/redisinsight/default.nix +++ b/pkgs/development/tools/redisinsight/default.nix @@ -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