From f22ffa6b6a368efcc247f49ea7939b3fd6d7d553 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Mon, 6 Aug 2018 12:43:58 +0200 Subject: [PATCH] morty: add license see issue #43716 --- pkgs/servers/web-apps/morty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/web-apps/morty/default.nix b/pkgs/servers/web-apps/morty/default.nix index eeb19f81c54..e4dd9b0f2dc 100644 --- a/pkgs/servers/web-apps/morty/default.nix +++ b/pkgs/servers/web-apps/morty/default.nix @@ -17,6 +17,7 @@ buildGoPackage rec { meta = with stdenv.lib; { homepage = "https://github.com/asciimoo/morty"; maintainers = with maintainers; [ leenaars ]; + license = licenses.agpl3; description = "Privacy aware web content sanitizer proxy as a service"; longDescription = '' Morty is a web content sanitizer proxy as a service. It rewrites web