Unverified Commit 314436c0 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #307945 from TomaSajt/redisinsight

redisinsight: fix license being commented out
parents 45429c2e 3a91c499
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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