Unverified Commit 3a91c499 authored by TomaSajt's avatar TomaSajt
Browse files

redisinsight: fix license being commented out

parent 38cc3932
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