Merge pull request #307945 from TomaSajt/redisinsight

redisinsight: fix license being commented out
This commit is contained in:
Jörg Thalheim 2024-04-30 10:17:06 +02:00 committed by GitHub
commit 314436c0ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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