redisinsight: fix license being commented out

This commit is contained in:
TomaSajt 2024-04-30 10:08:26 +02:00
parent 38cc39329a
commit 3a91c49917
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -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